Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Session Timeout- Redirection to another jsp page

843840Jun 6 2008 — edited Jun 6 2008
Hi 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 4 2008
Added on Jun 6 2008
1 comment
1,520 views