Nitin Jaiswal

Greenhorn
+ Follow
since Dec 11, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Nitin Jaiswal

I have an application, in which the user's session is automatically invalidated if the user doesn't use the application for 5 minutes. after which, on click of anything he is taken back to login page. Now i have lots of frames in my application and when i click on left frame on the left frame shows the login page whereas rest of the frames are not refreshed at all and still there. How do i make whole of the window refresh and show the login page in complete window? I tried top.location.href = login page in my logout page where the session clearing is being done. Please suggest a way to refresh whole page on click of a link in any frame when the session is timed out