Avoiding requests when session is expired

2006-12-14 Thread Asensio, Rodrigo
Hi guys, is there any way in tomcat to capture or be notified that a user whose session is expired is doing a request ? like redirecting the invalid request to a new url ?? regards --- To err is human, but to really screw up

Re: Avoiding requests when session is expired

2006-12-14 Thread Veit Guna
Hi. I created a Filter that captures an invalid session before any other Filter in my application gets invoked. Then I redirect to a Session Expired page. Works for me. regards, Veit Asensio, Rodrigo schrieb: Hi guys, is there any way in tomcat to capture or be notified that a user whose