Hello!

I'm using Tomcat 4 and all sessions that I have when the server is up are
not
destroyed when I shutdown te server. I've implemented a
ServletContextListener
to register when the app is going down and a HttpSessionListener to see when
a session is destroyed. When the server goes down the sessions are not
destroyed and, when it comes up again, the sessions are still there. If I
try to get a session attribute by some key before setting the same attribute
I have a result different of null.
Anyone knows what is this?

My sofwate versions:
Windows XP Professional
Tomcat 4.1.29-LE
J2sdk 1.4.2

Thanks,
JP

Reply via email to