mauriciorodrigues / memcached-session-manager

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

Non-sticky sessions: Session meta data stored asynchronously with sessionBackupAsync="false" #98

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
For non-sticky sessions session meta data (e.g. lastAccessedTime) is stored 
independently from actual session attributes.

Even when sessionBackupAsync="false" is configured, the session meta data is 
just set on spymemcached without waiting for the result.

This was reported on the mailing list:
http://groups.google.com/group/memcached-session-manager/browse_thread/thread/2b
d165916ed24a2f/02d045967659a67a

Original issue reported on code.google.com by martin.grotzke on 19 Apr 2011 at 8:57

GoogleCodeExporter commented 8 years ago
With sessionBackupAsync="false" now the result of writing session meta data is 
checked (waiting sessionBackupTimeout millis).

Pushed to master and tomcat7 branch.

Original comment by martin.grotzke on 19 Apr 2011 at 9:08

GoogleCodeExporter commented 8 years ago

Original comment by martin.grotzke on 19 Jul 2011 at 9:48