baiheqiang / memcached-session-manager

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

Form based authentication does not work with non-sticky sessions #101

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When the webapp is configured with form based authentication 
(security-constraint and login-config with auth-method "FORM" in web.xml) and 
msm is running in non-sticky mode then one has to authenticate/login for each 
request.

This issue was raised/discussed on the mailing list: 
http://groups.google.com/group/memcached-session-manager/browse_thread/thread/83
008369cbaf2e51

Original issue reported on code.google.com by martin.grotzke on 13 Jul 2011 at 11:06

GoogleCodeExporter commented 8 years ago
Fixed for tomcat6 (in master), needs merge into consolidated msm-all branch for 
tc6/tc7.

Original comment by martin.grotzke on 13 Jul 2011 at 11:20

GoogleCodeExporter commented 8 years ago
Merged in consolidated branch (msm-modules) which already got merged into 
master.

Original comment by martin.grotzke on 19 Jul 2011 at 9:30