AArhin / memcached-session-manager

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

Nonsticky-session support: Check/implement listener notification on swapOut of sessions at the end of the request #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When a session is removed from the local session map (for non-sticky sessions) 
session listeners must be notified accordingly.

Original issue reported on code.google.com by martin.grotzke on 5 Jan 2011 at 11:58

GoogleCodeExporter commented 9 years ago
Related: when a session is refreshed/replaced listeners also need to be 
notified.

Original comment by martin.grotzke on 6 Jan 2011 at 12:01

GoogleCodeExporter commented 9 years ago

Original comment by martin.grotzke on 24 Jan 2011 at 11:24

GoogleCodeExporter commented 9 years ago

Original comment by martin.grotzke on 27 Jan 2011 at 10:34

GoogleCodeExporter commented 9 years ago
With commit 76e0419c: Session.passivate (notifies 
HttpSessionActivationListeners via sessionWillPassivate) is invoked for 
non-sticky sessions at the end of the request when the session is removed from 
the local session map.
Session activation is already working correctly when a session is loaded.

session.tellNew() is now only invoked when a session is new.

Original comment by martin.grotzke on 28 Feb 2011 at 8:56