You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mats Andersson <ma...@xantus.se> on 2003/10/14 16:12:40 UTC

session replication in tomcat5, invalidate()

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@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org