This does not answer your question, but it is an interesting finding I made while doing cookie work with IE 6.0.2600.0000

On the default install of IE6, assuming you don't change any security settings, every session cookie (cookies with an instant expiry time that IE6 doesn't write to disk) are not shared between open windows.

This means that if you copy the URL to a new window the cookie is not visible to that window. I tried it via a CGI to read the cookie and display it's session ID, or send a new ID if none was found. I could open as many windows as I wanted and all received new session IDs and handled only that specific cookie. After relaxing some of the security settings (I forget which ones) it went back to its normal behaving like with IE5 of sharing cookies amoungst all open windows.

In reply to Re: IE6 and cookies by ryan
in thread IE6 and cookies by Rex(Wrecks)

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.