baiheqiang / memcached-session-manager

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

Background expiration update for session that was loaded from memcached fails #81

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When a session is loaded into tomcat (taken over from another tomcat) the next 
time when the background thread checks if this session needs an update in 
memcached there's a
  IllegalStateException: The memcached expiration time cannot be determined in non-sticky mode.

This error occurs for each run of the background thread.

Original issue reported on code.google.com by martin.grotzke on 5 Feb 2011 at 11:43

GoogleCodeExporter commented 8 years ago
Fixed.

Original comment by martin.grotzke on 7 Feb 2011 at 10:50