Connected Sessions for a Site

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Connected Sessions for a Site

Rob Rothwell
Is there a way to get a list of sessions connected to a particular site?

Rob


_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida
Reply | Threaded
Open this post in threaded view
|

Re: Connected Sessions for a Site

Janko Mivšek
Hi Rob,

Rob Rothwell wrote:
> Is there a way to get a list of sessions connected to a particular site?

(AIDASite named: 'yoursite') sessionManager allSessions.

See also allGuestSessions (those who are not logged in), by subtracting
them from allSessions you get logged ones.

Best regards
Janko

--
Janko Mivšek
AIDA/Web
Smalltalk Web Application Server
http://www.aidaweb.si
_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida