how can i get access to all the active sessions?

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

how can i get access to all the active sessions?

larrry
Hi Seasiders,

I want to visibly highlight who is 'online' currently in my app. How can i get the set of all sessions from one of my components?

thanks much.

Larry 

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: how can i get access to all the active sessions?

Johan Brichau-2
Hi Larry,

This is how to do it:

self application sessions

from within a WAComponent (sub)instance.

cheers
Johan


On 24 Sep 2011, at 04:33, Larry White wrote:

> Hi Seasiders,
>
> I want to visibly highlight who is 'online' currently in my app. How can i get the set of all sessions from one of my components?
>
> thanks much.
>
> Larry
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside