Tracking Session creation / destruction

2001-01-18 Thread Shahed Ali
Hi, Is there any way a java servlet can keep track (be notified via an event), when ever a new client session is created / destroyed ? Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email:

Re: Tracking Session creation / destruction

2001-01-18 Thread William Brogden
Shahed Ali wrote: Hi, Is there any way a java servlet can keep track (be notified via an event), when ever a new client session is created / destroyed ? Thanks. Just implement HttpSessionBindingListener in an object that is added to all sessions when they are created. You will get a