Delete all encrypted session cookies help?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Keith Boesker
    New Member
    • Dec 2010
    • 14

    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?
    Last edited by Keith Boesker; Oct 6 '12, 12:46 AM. Reason: 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?
  • Keith Boesker
    New Member
    • Dec 2010
    • 14

    #2
    Well I resolved my issue. In IIS 7.5 theirs a cookie setting to keep it forever. After disabling this I fixed my issue.

    Comment

    Working...