This project has retired. For details please refer to its
Attic page .
ServletSessionListener (Cocoon Authentication Block Implementation 1.0.0 API)
org.apache.cocoon.auth.impl
Class ServletSessionListener
java.lang.Object
org.apache.cocoon.auth.impl.ServletSessionListener
All Implemented Interfaces: EventListener , HttpSessionActivationListener
public class ServletSessionListener extends Object implements HttpSessionActivationListener
This session listener keeps track of expired sessions. It can be used in
conjunction with the StandardApplicationManager
This listener has not been tested yet.
Version:
$Id: ServletSessionListener.html 1304280 2012-03-23 11:18:01Z ilgrosso $
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
ServletSessionListener
public ServletSessionListener ()
sessionDidActivate
public void sessionDidActivate (HttpSessionEvent event)
Specified by: sessionDidActivate in interface HttpSessionActivationListener
See Also: HttpSessionActivationListener.sessionDidActivate(javax.servlet.http.HttpSessionEvent)
sessionWillPassivate
public void sessionWillPassivate (HttpSessionEvent event)
Specified by: sessionWillPassivate in interface HttpSessionActivationListener
See Also: HttpSessionActivationListener.sessionWillPassivate(javax.servlet.http.HttpSessionEvent)
Copyright © 1999-2008 The Apache Software Foundation . All Rights Reserved.