Task #1975 (closed)
Opened 9 years ago
Closed 9 years ago
ISession methods for listing sessions
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | n.a. | Milestone: | OMERO-Beta4.2 |
| Component: | n.a. | Version: | n.a. |
| Keywords: | n.a. | Cc: | atarkowska, jburel, cneves, bwzloranger |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2010-03-19 (5) |
Description (last modified by jmoore)
ISession should provide:
- getOpenSessions()
- getOpenSessionsFor(String userAgent)
- getClientSessions() - only importer, web, and insight?
Closing sessions will be handled via closeSession and killSession (#1488)
Change History (5)
comment:1 Changed 9 years ago by jmoore
- Milestone changed from Unscheduled to OMERO-Beta4.2
- Sprint set to 2010-03-19 (5)
comment:2 Changed 9 years ago by jmoore
- Remaining Time set to 0.5
comment:3 Changed 9 years ago by jmoore
- Description modified (diff)
- Summary changed from ISession methods for listing and removing sessions to ISession methods for listing sessions
comment:4 Changed 9 years ago by jmoore
- Status changed from new to assigned
comment:5 Changed 9 years ago by jmoore
- Remaining Time changed from 0.5 to 0
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
(In [6435]) fix #1975 - added 3 get-my-sessions methods