CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   ASP (http://www.codingforums.com/forumdisplay.php?f=8)
-   -   Delete all encrypted session cookies help? (http://www.codingforums.com/showthread.php?t=275291)

keithboesker 10-05-2012 12:49 PM

Delete all encrypted session cookies help?
 
I need so help delete all the encrypted session cookies on logout. Here's where I'd like to put the script. If anyone can help that would be awesome. Thanks in advance.

Code:

Session.Contents.RemoveAll()
Session.Abandon()
(cookie script here?)   
 
Response.Redirect "page.asp"


Ok after more research I found out my problem. FireFox and IE or not deleting my aspsessionid from saved cookies. Is there away to force FF and IE to remove all cookies attached to my site?

Old Pedant 10-05-2012 07:15 PM

So long as you redirect to another ASP page, it won't happen. Oh, abandoning the session means that the CURRENT encrypted sessionid will be removed, but as soon as you go to another ASP page, that page will generate a new encrypted sessionid.


All times are GMT +1. The time now is 09:02 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.