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.