You can find information on P3P at the P3P page:

http://www.w3.org/P3P/p3pfaq.html

Basically, it is a file that is machine readable in a standard format so that users can set their browsers up and their browsers can take care of the rest. However, it is just a recommendation at the moment, so I really doubt that your problem is that you don't have a P3P file on your server. I'd look for other causes.

Ethereal, a network packet analyzer has at times proven invaluable when I've had to work on stuff like this. I'd start there and make sure that the cookie you think is being sent is actually being sent. Check for stuff like expiration and domain... Delete cookie files from the temp folder where they sit and try getting the page to work. Strip the cookie sending bit out and try to simplify it. I can almost guarantee you it is going to be something goofy simple that is easily overlooked.


In reply to Re: IE and Cookies by saintbrie
in thread IE and Cookies by JoeJaz

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.