Re: How to watch active sessions size

2008-10-28 Thread Hugo Palma
a memory leak, its better just to count > creation and destruction events instead of holding references. > > regards > Leon > > On Tue, Oct 28, 2008 at 11:08 AM, Hugo Palma <[EMAIL PROTECTED]> > wrote: > > I'd like to watch the active sessions count and s

How to watch active sessions size

2008-10-28 Thread Hugo Palma
I'd like to watch the active sessions count and size for a given web application. I know that implementing a HttpSessionListener to keep the references to all created sessions and then implementing some page to query it's state works, but that also means that i would have to redeploy all applicatio