yes and probably the right way to do

>-----Original Message-----
>From: Samanth Athrey [mailto:[EMAIL PROTECTED]
>Sent: Thursday, November 06, 2003 10:35 AM
>To: [EMAIL PROTECTED]
>Subject: Can I use RequestProcessor to handle session?
>
>
>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 method, the
>requestProcessor will stop processing and return the control back to doGet
>or doPost method in ActionServlet. How do I redirect it to login.jsp or
>index.jsp from there? Any help/tips would be really great.
>
>Thanx.
>Sam
>
>
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to