Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Session Timed Out

Status
Not open for further replies.

khue

Programmer
Mar 6, 2001
112
US
I have a web application which allows user to log on and do whatever they need to do . After the user logs on, the screen is split into frames instead of one window. But after a while the session would time out if the user stops to work for reasons I don't know. When it times out if the user tries to do something, the web application would prompt the user to re-logon in the current frame, the frame that they last stopped working. How can I code my javascript to clear the entire frames back into one single window, re-execute my login screen to prompt the user to log back in? What do I need to do?
 
"How can I code my javascript to clear the entire frames back into one single window, re-execute my login screen to prompt the user to log back in? What do I need to do?"
hey, how about just redirecting to the login page ??? this.top.location=login.cfm or something ???
or do you LOVE complicated stuff ??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top