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!

How to prevent back nav after session has been aborted?

Status
Not open for further replies.

chadau

Programmer
Nov 14, 2002
155
US
Using Forms Authentication. When user logs out and session is aborted the program displays a logout confirmation screen. The user can still use the browser back nav button to go back in history. I've seen on other sites where doing this will only bring me back to the site login screen. How can I accomplish this?
 
Very good question I'm working on the exact same thing.
 
history.go(1) is used to not allow users to go back a page...then you could have a link that goes to the login page.
 
What I am looking for is somewhat complicated though im useing ASP.net and SQL to dynamically build the page and then rebuild it based on a menu choice. I need the back to work except at the login/relogin page.
Any Ideas?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top