baiheqiang / memcached-session-manager

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

Form based authentication/login not working with non-sticky sessions #142

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Form based authentication does not work with non-sticky sessions (maybe since a 
certain tomcat version). The reason for this is that the FormAuthenticator 
stores (during authentication) the original request and a principal in session 
notes which are not stored in memcached.

Original issue reported on code.google.com by martin.grotzke on 9 Jun 2012 at 7:41

GoogleCodeExporter commented 8 years ago
Fixed.

SavedRequest and SavedPrincipal session notes are now stored in memcached.
Although the format of the object stored in memcached was changed this could be 
done backwards compatible.

Original comment by martin.grotzke on 9 Jun 2012 at 8:23

GoogleCodeExporter commented 8 years ago

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