HttpSession Creation Event
HttpSession Destroyed Event
HttpSession Destroyed Event
Declared in web.xml as
Declared in web.xml as
<listener> <listener-class>org.beangle.commons.web.session.HttpSessionEventPublisher</listener-class> </listener>
Publishes HttpSessionApplicationEvent
s to the Bean Root Context.
Maps javax.servlet.http.HttpSessionListener.sessionCreated() to HttpSessionCreationEvent
.
Maps javax.servlet.http.HttpSessionListener.sessionDestroyed() to
HttpSessionDestroyedEvent
.
HttpSession Creation Event