[ome-users] Listing current sessions

Josh Moore josh at glencoesoftware.com
Fri Jan 28 12:16:32 GMT 2011


Hi Mark,

bin/omero sessions list shows you the session which you've logged into locally via "bin/omero login". It's not an administrative function, though adding one would be too difficult:

  http://trac.openmicroscopy.org.uk/omero/ticket/4044

You could use something like the following for the time being:
  
  bin/omero hql -q  --limit=100 "select id, owner.id, started, userAgent from Session where closed is null"

Alternatively, "from Session ..." will print out all the fields of each Session.

Cheers,
~Josh.

On Jan 28, 2011, at 1:03 PM, Mark Woodbridge wrote:

> Hi,
> 
> When performing routine maintenance it's useful to know who is currently logged into the server. It is possible to find out? I assumed 'bin/omero sessions list' but that doesn't seem to print anything. Do I need to look in the log files?
> 
> Mark.




More information about the ome-users mailing list