Results 1 to 2 of 2

Thread: JavaScript cookies in IE6

  1. #1
    Join Date
    Jul 2005
    Posts
    1

    Question JavaScript cookies in IE6

    Hi

    I've got a site that uses cookies from JavaScript (write and read) my question is, how can I view these cookies as they're stored in IE6?

    I've got IECookiesView pointing to my Cookies folder and it's got a list of cookies, but none are from the domain i'm working on - although the cookies are obviously working. Does IE store JavaScript cookies in RAM like session cookies? Ideally I want just to be able to see the cookie names and contents but there doesn't seem to be any discussion on the Internet about it.

    Also, I can see the cookies in Firefox - they just appear in the list in the Tools-Options-Privacy-Cookies list.

  2. #2
    Join Date
    Jan 2003
    Location
    USA
    Posts
    1,712
    Cookies are either stored in the Cookies folder or Temporary Internet Files for the current user with IE6. I'm not sure why some are stored in different folders, but it has to be physically saved because the browser might not be running for the full duration of the cookie's life.

    Check in the Temp Internet Files and post back with your findings
    -Saj

Similar Threads

  1. Javascript Cookies
    By Master Splinter in forum General Questions
    Replies: 1
    Last Post: 24 Aug 2005, 05:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •