|
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 {@code omero.api.ISession.getSession} when joined to that session. Similarly, the contexts field contains the value that would be returned by a call to {@code omero.api.IAdmin.getEventContext}. For non-administrators, most values for all sessions other than those belonging to that user will be null.
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.
|