Re: Avoiding requests when session is expired

2006-12-14 Thread Sachin Patel
try looking up for session listener. - Original Message From: "Asensio, Rodrigo" <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Thursday, December 14, 2006 4:40:05 PM Subject: Avoiding requests when session is expired Hi guys, is there any way in tomcat to captur

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 whos

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