RE: problem with HttpSessionBindListner

2008-02-08 Thread Caldarale, Charles R
> From: Murthy Chelankuri [mailto:[EMAIL PROTECTED] > Subject: problem with HttpSessionBindListner > > Is there any way to know about the valid sessions at the > startup of the tomcat?. See section 10 of the servlet spec. You need to implement a HttpSessionActivationLi

problem with HttpSessionBindListner

2008-02-08 Thread Murthy Chelankuri
I am using the HttpSessionBindListner to notify the session events ( to know when the user loged in, logout or session timeout). This was worked fine in resin. With tomcat6 when we stop the tomcat the listner is notifying the unbound event. Once we start the tomcat the previous user sessio