Closed GoogleCodeExporter closed 9 years ago
I have been working to get memcached-session-manager-1.5.1 functioning properly
in non-sticky mode and encountered this issue with any lockingMode that I use
(I have multiple requests for the same session ID hitting my single Tomcat
instance concurrently).
Original comment by Benjamin...@intuit.com
on 22 Nov 2011 at 1:02
Fixed. Requests for the same session on the same tomcat are sharing the session
and can access them concurrently. Only the last request that finishes its work
will trigger the session storage/backup/update in memcached (which will also
release the lock if there is any).
Original comment by martin.grotzke
on 14 Dec 2011 at 8:44
Original issue reported on code.google.com by
martin.grotzke
on 26 Sep 2011 at 10:21