AArhin / memcached-session-manager

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

Sessions not associated with a memcached node don't get associated as soon as a memcached is available #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If a session is created when no memcached node is available (session id does 
not contain a memcached id) and afterwards a memcached node is started, such 
a session won't get bound to this memcached node (session id won't get 
changed so that it contains the memcached id).

Original issue reported on code.google.com by martin.grotzke on 18 Mar 2010 at 9:38

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by martin.grotzke on 18 Mar 2010 at 10:23