I would like to be able to log out a user and prevent the back button being used to reaccess the membership files.
I have tried using
FormsAuthentication.SignOut()
Session.Abandon()
and
Response.Expires = -1.
but users can still use the back button to enter the account.
How do I prevent this from happening?
I have tried using
FormsAuthentication.SignOut()
Session.Abandon()
and
Response.Expires = -1.
but users can still use the back button to enter the account.
How do I prevent this from happening?