njrfrens
Jun 24th, 2009, 01:47 PM
My web application has timeout parameter configured in my web.xml.
I want to log the details when the application times out.
How can I handle this using acegi?
I thought of extending HttpSessionContextIntegrationFilter and overriding destroy method. But when the session times out, that method is not getting executed.
Is there any other way?
I want to log the details when the application times out.
How can I handle this using acegi?
I thought of extending HttpSessionContextIntegrationFilter and overriding destroy method. But when the session times out, that method is not getting executed.
Is there any other way?