Handling Session Timeout

2003-11-05 Thread Samanth Athrey
Hello Gurus I am trying to handle session timeout by extending RequestProcessor. Since the processPreprocess(...) method is called before the Action.execute(..) method, am trying to add that piece of code to check if the session is valid. The problem am facing is, if i return false from this

RE: Handling Session Timeout

2003-11-05 Thread Seyhan BASMACI (Internet Yazilimlari Yetkilisi)
:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 5:26 PM To: [EMAIL PROTECTED] Subject: Handling Session Timeout Hello Gurus I am trying to handle session timeout by extending RequestProcessor. Since the processPreprocess(...) method is called before the Action.execute(..) method, am trying to add

Re: Handling Session Timeout

2003-11-05 Thread Rick Reumann
Samanth Athrey wrote: I am trying to handle session timeout by extending RequestProcessor. Since the processPreprocess(...) method is called before the Action.execute(..) method, am trying to add that piece of code to check if the session is valid. The problem am facing is, if i return false from

RE: Handling Session Timeout

2003-11-05 Thread Caroline Jen
} } -Original Message- From: Samanth Athrey [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 5:26 PM To: [EMAIL PROTECTED] Subject: Handling Session Timeout Hello Gurus I am trying to handle session timeout by extending RequestProcessor. Since the processPreprocess

Handling session Timeout

2002-10-08 Thread Gaurav . Goyal
I'm trying to implement something from an earlier posting on the list. I've extended ActionServlet and overridden the processPreprocess method. I've put in the following line : if (request.getSession(false) == null), however i find that this line always returns false, even after the session has