mauriciorodrigues / memcached-session-manager

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

Don't load a non-sticky session from memcached when not accessed from request #86

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Until 1.4.0-RC3 even for readonly requests (not accessing the session) a 
non-sticky session was loaded from memcached (for storing validity, backup 
etc.).

This should be optimized so that only the validity/meta information is 
loaded/updated for such requests, the session and the backup in the secondary 
memcached shall still be pinged.

Original issue reported on code.google.com by martin.grotzke on 1 Mar 2011 at 12:35

GoogleCodeExporter commented 8 years ago
Implemented with 83149aa9 (tc7) and 916a6f2 (master/tc6)

Original comment by martin.grotzke on 1 Mar 2011 at 12:50