Jump to content

how to make a session expired


joecool2005

Recommended Posts

Hi,When the user click on the back button on the browser, how do you clear the data on a form and make a session expired?I used this but it did not work on firefox.Response.AddHeader("pragma","no-cache");Response.AddHeader("cache-control","private");Response.CacheControl = "no-cache"; Response.Expires = -1; Thx

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...