[Seaside] Get active sessions

Lukas Renggli renggli at gmail.com
Tue Jan 22 19:04:34 UTC 2008


> How can i get all active (not expired) WASession instances for a specific
> application?

Add and call the following method on your application:

     WARegistry>>activeHandlers
           ^ handlersByKey values select: [ :each | each isActive ]

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list