Hi Violeta, Its latest version ( 7.0.52 )
On Sun, Mar 9, 2014 at 10:28 PM, Violeta Georgieva <violet...@apache.org>wrote: > Hi, > > На понеделник, 10 март 2014 г. Akash Jain <akash.delh...@gmail.com> > написа: > > 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 ? > > >