[OGo-Users] a way to figure out, who is actually logged in toOGo

Sebastian Reitenbach users@opengroupware.org
Sat, 31 May 2008 10:16:13 +0200


users@opengroupware.org wrote: 
> > I am looking for a way to figure out, who is actually logged in into 
ogo?
> > I use webiject to measure response times, I use it to login, and enter a 
> > project. I do this every two minutes. To make sure, that the times that 
I 
> > measure are representative, therefore I'd like to figure out, whether 
there 
> > is a new session created each time I login using the script, or whether 
an 
> > existing session is reused.
> > Or are there Defaults that I can set to see whether a session is reused, 
or 
> > created?
> 
> I believe that the WebUI uses a WOServerSessionStore, which has an
> activeSessionsCount method.   Maybe you could create something to ping
> that method via a direct action and at least get a session count?

ah, ok, but I was looking for sth. maybe already implemented. I tried to 
access the WOStats page, to take a look, whether I can use some information 
from there, but I don't get it work. It only asks me to login.
http://www.opengroupware.org/en/devs/docs/snippets/Profiling.html

thanks
Sebastian