baiheqiang / memcached-session-manager

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

Sessions are not updated #100

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have a strange issue. I have 2 tomcat nodes and apache as a load balancer. 
When I initally call the start page of the clustered app then the session 
replication seems to work fine. Both tomcat managers do show me to hold and 
contain the  same session ID.

Once I do login into my app this session ID remains the same, however its 
content does change (there are then 9 attributes with the correct account 
information on the node I actually logged in and only 5 on the other, not 
holding any cedentials). 

This seems to me as if the session did not get replicated again once I logged 
in... any ideas what might causing this? Can/ Do I have to  trigger this 
replication somehow within the application?

I'm currently on linux using tomcat7 and apache2.x

Original issue reported on code.google.com by Martin.K...@gmail.com on 5 Jul 2011 at 1:01

GoogleCodeExporter commented 8 years ago
Can you please post msm version, the manager configuration and log output from 
both tomcats of the mentioned steps with msm debug logging enabled (check 
SetupAndConfiguration for this). Perhaps also memcached logs when running with 
-vv.

Original comment by martin.grotzke on 5 Jul 2011 at 6:09

GoogleCodeExporter commented 8 years ago
Do you have any feedback or questions? Otherwise I'll close this issue the next 
days.

Original comment by martin.grotzke on 13 Jul 2011 at 11:02

GoogleCodeExporter commented 8 years ago
Hi,

You can close it.

Sorry for not replying earlier. I assume it was either a configuration error, 
or really a bug in the previous (penultimate) released version.

However I did download the latest release of memcached session manager, and at 
the same time changed my configuration and now its up and running.

thank you
martin

Original comment by Martin.K...@gmail.com on 13 Jul 2011 at 11:08

GoogleCodeExporter commented 8 years ago
Great it's working for you now!

Original comment by martin.grotzke on 14 Jul 2011 at 12:04