I have some servlet utilities here which handle that: http://funkman.home.comcast.net/servletutils-0.2/
In particular see SessionViewerListener.
-Tim
Fran�ois Richard wrote:
Hi, Is there a way to do something like this : Enumeration list = servletContext.getActiveSession();
To solve this problem i have put a list attribute in the context. And use a session listener to refresh this list ... but the problem is that the session are persistent during a stop but not the context attributes which became outdated ...
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
