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...
I have developed a website with Membership using visual studio 2005. It works fine when I run it through wisual studio 2005. VS2005 uses local IIS (http://localhost/membership) to store the code. I would like to put this application on the internet.
How do I do this?
Charlix
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.