baiheqiang / memcached-session-manager

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

When a non-sticky, locked session is expire()'ed the lock should be released #144

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Logs provided in issue #143 (https://gist.github.com/2931870) show that seems 
not to be the case.

Original issue reported on code.google.com by martin.grotzke on 14 Jun 2012 at 6:50

GoogleCodeExporter commented 8 years ago
Fixed.

Original comment by martin.grotzke on 14 Jun 2012 at 8:18

GoogleCodeExporter commented 8 years ago
Tested the jars posted in #143, they definitely look better. POSTing login 
details takes 170ms, much better than before.

Full logs at https://gist.github.com/2961723

Original comment by one...@energyhub.net on 20 Jun 2012 at 7:37

GoogleCodeExporter commented 8 years ago
Strange, looks as if there are two concurrent requests coming in for POST 
/EDX/j_spring_security_check.
Can you reproduce this log pattern, can you provide corresponding http 
request/response headers?

From the logs I would say you have configured sessionBackupAsync="true" (or not 
at all, and this is the default). Can you change it to 
sessionBackupAsync="false"? For non-sticky sessions this makes more sense.

Original comment by martin.grotzke on 21 Jun 2012 at 12:38

GoogleCodeExporter commented 8 years ago

Original comment by martin.grotzke on 3 Jul 2012 at 8:13

GoogleCodeExporter commented 8 years ago

Original comment by martin.grotzke on 3 Jul 2012 at 8:13