AArhin / memcached-session-manager

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

createSession should take maxActiveSessions into account #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The MemcachedBackupSessionManager.createSession right now does not check the 
configured maxActiveSessions and therefore does not support limiting the 
maximum number of created sessions. The implementation should follow  
org.apache.catalina.session.StandardManager.createSession.

Original issue reported on code.google.com by martin.grotzke on 24 Feb 2010 at 3:14

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by martin.grotzke on 20 Mar 2010 at 9:12