I've seen some web sites like banking applications that prevent the user from using the back button. If I remember correctly, when you press the back button your session times out.
How can I do this?
I've seen some web sites like banking applications that prevent the user from using the back button. If I remember correctly, when you press the back button your session times out.
How can I do this?
You cant disable browser's back button just use that, I found here
Page.Response.Cache.SetCacheability(HttpCacheability.NoCache);