[thelist] Log out user in ASP

George Klingenhoffer georgeklingenhoffer at hotmail.com
Sat Mar 23 20:27:00 CST 2002


I only use 'Session.Abandon'.  It should accomplish what you're asking.


> -----Original Message-----
> From: thelist-admin at lists.evolt.org
> [mailto:thelist-admin at lists.evolt.org]On Behalf Of Peter Kaulback
> Sent: Saturday, March 23, 2002 6:22 PM
> To: thelist at lists.evolt.org
> Subject: [thelist] Log out user in ASP
>
>
> 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
>
> --
> For unsubscribe and other options, including
> the Tip Harvester and archive of thelist go to:
> http://lists.evolt.org Workers of the Web, evolt !
>



More information about the thelist mailing list