mauriciorodrigues / memcached-session-manager

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

Add attribute filter to control which session attributes are serialized to memcached. #99

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This was suggested by Rainer Jung. The use case is to limit the attributes for 
session-backup to reduce serialization time/size, given that excluded session 
attributes can be restored by the application after tomcat failover.

Basically this is meant for sticky sessions.

Original issue reported on code.google.com by martin.grotzke on 21 Apr 2011 at 9:30

GoogleCodeExporter commented 8 years ago
Done: Pulled implementation provided by Rainer 
(https://github.com/magro/memcached-session-manager/pull/7), added tests, add 
warning when sessionAttributeFilter is used with sticky="false".

Original comment by martin.grotzke on 21 Apr 2011 at 9:50