How can I handle session expiration event

2003-02-24 Thread MAHE Vincent FTRD/DIH/REN
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

RE: How can I handle session expiration event

2003-02-24 Thread Laurent Comte
: 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

Re: How can I handle session expiration event

2003-02-24 Thread Ing. Antonio Gallardo
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 ? I think no. :-( Antonio Gallardo - To unsubscribe, e-mail: [EMAIL

RE: How can I handle session expiration event

2003-02-24 Thread MAHE Vincent FTRD/DIH/REN
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