magro / testrepo

foo
0 stars 0 forks source link

createSession should take maxActiveSessions into account #41

Closed magro closed 9 years ago

magro commented 9 years ago

From martin.grotzke on February 24, 2010 16:14:06

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: http://code.google.com/p/memcached-session-manager/issues/detail?id=41

magro commented 9 years ago

From martin.grotzke on March 20, 2010 14:12:35

Fixed.

Status: Fixed
Labels: Milestone-1.2