I know this thread is dead, but just a note for posterity.

I can confirm that normal, non-third-party cookies can definitely get dumped by IE6. That's dumped as in, yes, "silently discarded" - well, it lights up an icon in the browser, but the server has no indication at all.

And IE6 has REALLY grown in market share, in the recent past.

If you implement a privacy policy for your site (ie put the relevant stuff in the directory /w3c) this can solve the problem for the *default* security settings on IE6 (depending on what type of information you're collecting).

But for more restrictive security settings, you need to send a P3P header - which is the search that brought me to this thread. :)

All the best, Andy.


In reply to P3P headers, privacy policies and all that jazz (was Re: Re: CGI versus CGI::* modules) by andye
in thread CGI versus CGI::* modules by michellem

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.