> 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