mauriciorodrigues / memcached-session-manager

Automatically exported from code.google.com/p/memcached-session-manager
0 stars 0 forks source link

Memcached sessions are flushed, if one tomcat is restarated #179

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I am running 2 tomcat instances using memcached-session-manager.
2. Logging in at tomcat 1.
3. Restarting tomcat 2.
4. Getting logged out of tomcat 1, as soon as tomcat 2 is up and running.

Expected result: Staying logged in at both servers.

Original issue reported on code.google.com by crudolf....@googlemail.com on 24 Sep 2013 at 9:04

GoogleCodeExporter commented 8 years ago
Please post your msm configuration, and also configure debug logging as 
described by 
http://code.google.com/p/memcached-session-manager/wiki/SetupAndConfiguration#Co
nfigure_logging and provide the log output for the different steps (for each 
tomcat). Also run memcached with -vv and provide memcached output for each step.

Original comment by martin.grotzke on 24 Sep 2013 at 3:51