View Single Post
Old 09-14-2005, 02:50 PM   #1 (permalink)
Jimit286
 
Newb Techie

Join Date: Aug 2005

Posts: 4

Jimit286

Default session timeout problem

I am using Websphere as my HTTP/Application server with my JSP,JAVA based website.

I have configured the session timeout in Websphere(30 mins).

Now while all works fine under normal conditions, i face a serious problem under one situation...

Illustration: Suppose i have logged in and then keep the webpage open and subsequently the session times out after 30 mins...But now if i click any links on this page then a new window(which is href'ed) opens and goes in an infinite loop...

I need to find a solution such that after session time out,on clicking any link the user be directed to the login page.

please help...

thanks.
Jimit286 is offline