Task #1309 (closed)
Opened 10 years ago
Closed 9 years ago
OmeroWeb and Weblitz integration
| Reported by: | atarkowska | Owned by: | cneves |
|---|---|---|---|
| Priority: | minor | Milestone: | Unscheduled |
| Component: | General | Version: | 3.0-M1 |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description (last modified by atarkowska)
This is umbrella ticket for tasks:
Change History (5)
comment:1 Changed 10 years ago by atarkowska
- Description modified (diff)
comment:2 Changed 10 years ago by atarkowska
- Description modified (diff)
comment:3 Changed 10 years ago by atarkowska
comment:4 Changed 9 years ago by jmoore
- Owner changed from carlos@… to cneves-x
comment:5 Changed 9 years ago by jmoore
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
is cleaned when HTTPRequest)
This is actually a bug on code, as explained in http://docs.djangoproject.com/en/dev/topics/http/sessions/#when-sessions-are-saved calling methods of session stored objects like:
request.sessiona? = []
request.sessiona?.append(1)
The second line will NOT mark the session as dirty, so it will be lost unless session.save() or set session.modified manually call.
Ola will go go through OMERO.web code to find if there are other places where this may happen. Carlos changed all instances of this problem in webclient.views in r4291