> 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
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