The servlet api has some listeners which should work in your case:
http://java.sun.com/products/servlet/2.5/docs/servlet-2_5-mr2/index.html.
I think of HttpSessionListener or HttpSessionBindingListener.

Jörg

On 11.04.2006 16:35, Christian Sengstock wrote:
Hi list,

i want to check if a certain sessionID is a valid sessionID in my cocoon
environment or not. This should be sort of an admin task,
    * i'm not the user having a session object, but a new user which want's
to get access to this information *
I have some files which are named like some sessionIDs and i want to delete
them if the session is invalid - inside of my application.

What's the best way to check for validity of a certain sessionID in cocoon ?

Thanx a lot,
chris




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to