Session Timeout- Redirection to another jsp page
843840Jun 6 2008 — edited Jun 6 2008Hi all,
In my application, i declared session timeout in my web.xml as 30 mins.After this timeout i want to redirect the application to my home page. I don't have any login page, so i can't check the session based on the user name. I had a common jsp which i am importing in all my jsp pages. So i want to handle the session timeout in this common jsp. Can some one guide me regarding handling of this timeout so that it will be redirected to the home.jsp after the timeout.