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.
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?
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?
Comment