I have researched this off and on for over a year now, working on solutions to prevent the user from being able to effectively use the back button. There’s a halfway decent javascript solution, but doesn’t work the way I need it to. I do the whole Response.Cache.SetCacheability(HttpCacheability.NoCache) thing, and that works fine; users get a “Page has expired blah blah” message normally (I don’t understand why it doesn’t always try to go back to the server and pull this page again instead of displaying the message), until they click their back button enough times to get a page to come up.
So, loving, helpful developer community, is there a .Net solution to this somebody isn’t sharing? I’ve seen so very many people talk about being able to prevent the back button and force users to use the given navigation controls from the web page, but seldom does that prevent somebody from using the back button: certainly doesn’t for me. I still use the back button.
Somebody, please become my very bestest friend and tell me that there is a solution and what that solution is, please!
Currently listening to:Bandera - Willie Nelson
Posted
Tue, Mar 8 2005 7:26 AM
by
Raymond Lewallen