Hi all, I am running my web app under tomcat 4.1.12. Before logout I am doing session.invalidate(), but count of sessions still doesn't go down when I logout from my webapp.What could be the reasons. I tested tomcat with a testservlet for session.invalidate(), it is working fine. I tested my webapp with another app server ( Websphere), there it is behaving as expected.. ( I am seeing thin from Tomcat manager).
Thanks, Prabuddha
