session replication in tomcat5, invalidate() 2003-10-14 - By Mats Andersson
Back I can't destroy my sessions when I have multiple tomcat instances in a cluster. This is what I do
HttpSession session = request.getSession(); // something session.invalidate();
When I have one tomcat server running (clustering is enabled) the session is invalidated, but if I start two instances and run the test again the session is not destroyed, it exists in both tomcat instances. I am confused ;-(
Any help is greatly appreciated.
Mats
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|