Hi, На понеделник, 10 март 2014 г. Akash Jain <[email protected]> написа: > As documented in > https://tomcat.apache.org/tomcat-5.5-doc/config/manager.html#Disable_Session_Persistence , > I added the following code piece to disable session persistence in > Tomcat > 7.
What is the exact version of Tomcat? The correct documentation for Tomcat 7 is [1]. Regards, Violeta [1] http://tomcat.apache.org/tomcat-7.0-doc/config/manager.html#Disable_Session_Persistence > <Manager pathname="" /> > > After this change I can see that SESSIONS.ser is not getting created as > expected, but even after restarting tomcat, the previous JSESSIONID is > still valid. Why is tomcat not invalidating the previous JSESSIONID ? >
