Version: 5.3.5-ice35-b73
|
Return value from CurrentSessionsRequest consisting of two ordered lists of matching length. The sessions field contains a list of the OMERO model::Session objects that are currently active *after* all timeouts have been applied. This is the value that would be returned by api::ISession::getSession when joined to that session. Similarly, the contexts field contains the value that would be returned by a call to api::IAdmin::getEventContext. For non-administrators, most values for all sessions other than those belonging to that user will be nulled.
model::Session objects loaded from the database.
sys::EventContext objects stored in memory by the server.
Other session state which may vary based on usage. This may include "hitCount", "lastAccess", and similar metrics.
|