| Declared in web.xml as
<listener>
<listener-class>org.acegisecurity.ui.session.HttpSessionEventPublisher</listener-class>
</listener>
Publishes HttpSessionApplicationEvent s to the Spring Root WebApplicationContext. Maps
javax.servlet.http.HttpSessionListener.sessionCreated() to
HttpSessionCreatedEvent . Maps
javax.servlet.http.HttpSessionListener.sessionDestroyed() to
HttpSessionDestroyedEvent .
author: Ray Krueger |