Hello,

I'm trying to monitor the sessions of users using the app. I want to be able to 
distinguish between a user logging out and a session being timed out. I tried using 
the HttpSessionBindingListener and it's not ideal for redirecting requests back to the 
user (since the session is terminated as well as the request).

I was told that I can have Tomcat intercept the session timeout and redirect the user 
to maybe a "timedout.html" page. Is this true? Can I configure Tomcat to handle the 
session, so let's just say 30 seconds before the session times out the client gets 
redirected to a page where he can choose to login again?

Thanks,

Lior



---------------------------------
Do you Yahoo!?
HotJobs - Search new jobs daily now

Reply via email to