| Author |
session alive after tomcat restarted
|
Gannarapu Rajesh
Greenhorn
Joined: Mar 03, 2005
Posts: 24
|
|
Hi Freinds, I am using tomcat 5.5.9 for my application. I facing aproblem with Tomcat. Even through the tomcat restarted, the session are not invalidated. Thanks in Advance.... Cheers, Gannarapu
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
Tomcat goes to great lengths to insure that sessions don't get invalidated. It serializes all the session data to file, shuts down, and then, when on startup, deserializes the data so the sessions can resume.
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Gannarapu Rajesh
Greenhorn
Joined: Mar 03, 2005
Posts: 24
|
|
|
Thanks
|
 |
 |
|
|
subject: session alive after tomcat restarted
|
|
|