thanks,
 
I have found some good links dealing with this class. I've just added my HttpSessionListener derived class to my webapp in the web.xml file :
 
<listener>
    <listener-class>myClass</listener-class>
</listener>
 
and it seems to work fine.
 
Vincent
-----Message d'origine-----
De : Laurent Comte [mailto:[EMAIL PROTECTED]
Envoyé : lundi 24 février 2003 15:15
À : [EMAIL PROTECTED]
Objet : RE: How can I handle session expiration event

Hi (bonjour) Vincent,
 
you can certainly look at HttpSessionListener, as Cocoon is a java web-application after all.
 
Regards.
Laurent.
-----Message d'origine-----
De : MAHE Vincent FTRD/DIH/REN [mailto:[EMAIL PROTECTED]
Envoyé : lundi 24 février 2003 15:08
À : [EMAIL PROTECTED]
Objet : How can I handle session expiration event

 
Is there a way to handle session expiration events with cocoon ?
 
I would like to launch some cleaning job when a session expires, is it possible ?
 
Vincent
 

Reply via email to