[thelist] Log out user in ASP

Peter Kaulback pkaulbak at idirect.ca
Sat Mar 23 20:21:01 CST 2002


I have a secure user area done in ASP, in this page there is also a log out
point.  I've added this to prevent the page from caching:

Response.Expires = 60
Response.Expiresabsolute = Now() - 1
Response.AddHeader "pragma","no-cache"
Response.AddHeader "cache-control","private"
Response.CacheControl = "no-cache"

But the user is still able to go back to the secure area.  Is there any
other method to lock out the user and prevent them from doing this?

Peter Kaulback




More information about the thelist mailing list