Hi, I have created an application that sets cookies (using CGI::Cookie) and have tested it in IE 6, Mozilla 1.6 for windows and Mozilla 1.6 for Linux. Mozilla has a very nice cookie manager, so I can see that they are being created and modified correctly. However, IE doesn't seem to want to accept the cookies. In IE's "Internet Option" dialogue box, I have set the privacy setting to the lowest possible value and still have had no luck in retrieving cookies (the low security settings are, of course, unacceptable in the long run, but I needed a way to test it). One thing of note, in Mozilla, the cookie manager reports that my cookies have no "Policy". In IE, the privacy tag in Internet Options requires a cookie policy for some of the more secure privacy settings. I, however, have been unable to locate any information on how to set a privacy policy for cookies. If anyone has any information on how to set a cookie policy or on how to get cookies to work in IE when it is set at the "medium" privacy level, I would be very greatful if you were to share you experience. Thank you for reading this, Joe

In reply to 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.