Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notify HttpSessionListeners and HttpSessionActivationListeners when loading a session from memcached #82

Closed
ghost opened this issue Aug 23, 2015 · 4 comments

Comments

@ghost
Copy link

ghost commented Aug 23, 2015

From martin.grotzke on February 19, 2010 15:07:39

The servlet spec #SRV.7.7.2 "Distributed Environments" says:

"Containers must notify any session attributes implementing the
HttpSessionActivationListener during migration of a session. They must
notify listeners of passivation prior to serialization of a session, and of
activation after deserialization of a session."

This semantics should be supported by the msm-javolution-serializer.

Original issue: http://code.google.com/p/memcached-session-manager/issues/detail?id=38

@ghost
Copy link
Author

ghost commented Aug 23, 2015

From martin.grotzke on February 19, 2010 12:51:27

Changed title as this is independent of the actual serialization strategy.

Summary: Notify HttpSessionActivationListeners when loading a session from memcached

@ghost
Copy link
Author

ghost commented Aug 23, 2015

From martin.grotzke on February 19, 2010 12:54:48

Passivation does not occur as (right now) sessions are still kept in the local session
map, only activation has to be supported (in the case that a session is loaded from a
tomcat taking over the session from a failed tomcat).

@ghost
Copy link
Author

ghost commented Aug 23, 2015

From martin.grotzke on April 01, 2010 00:23:42

Just as a personal note (stumbled over this right now):
https://issues.apache.org/bugzilla/show_bug.cgi?id=48717

@ghost
Copy link
Author

ghost commented Aug 23, 2015

From martin.grotzke on April 02, 2010 13:47:51

Fixed. Also javax.servlet.http.HttpSessionListeners are notified (via sessionCreated(HttpSessionEvent)) about the new
active session in this web application.

Summary: Notify HttpSessionListeners and HttpSessionActivationListeners when loading a session from memcached
Status: Fixed
Labels: Milestone-1.3

@ghost ghost closed this as completed Aug 23, 2015
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants