-
Notifications
You must be signed in to change notification settings - Fork 2
JavaEE Session Listeners
rickyepoderi edited this page May 3, 2014
·
14 revisions
The JavaEE specification defines some listeners that can be used to monitoring the session activity. Specifically there are three of them although one was just created in the last version 7:
- javax.servlet.http.HttpSessionListener: A listener for monitoring session lifecycle (session creation and destruction).
- javax.servlet.http.HttpSessionAttributeListener: A listener for monitoring attribute changes (when an attribute is added, modified or deleted from the session).
- javax.servlet.http.HttpSessionIdListener: A listener for monitoring session id changes, this listener is new in JavaEE 7 and it was created because now it is possible to change the session id programmatically is order to avoid Session fixation attacks.
How to install it?
Sticky vs Non-Sticky
[External atttibutes] (wiki/External-Attributes)
[JavaEE session listeners] (wiki/JavaEE-Session-Listeners)
[Compiling from github] (wiki/Compiling-from-github)
couchbase-manager-0.1
couchbase-manager-0.2
couchbase-manager-0.3
couchbase-manager-0.4
couchbase-manager-0.5