baiheqiang / memcached-session-manager

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

Non-sticky session should be loaded for ignored resources with container managed auth #141

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In non-sticky session mode with container managed authentication (e.g. form 
based) ignored resources (configured via requestUriIgnorePattern) are not 
displayed as the session is not loaded for them.

This should be changed so that the session is loaded (but not updated) from/in 
memcached.

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

GoogleCodeExporter commented 8 years ago
Fixed.

This fixes also an issue with form auth and stale sessions caused by ignored 
resources.

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

GoogleCodeExporter commented 8 years ago

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