Actually, IE doesn't seem to be giving my any problem. IE (6 at least) and Mozilla are content with my cookies as long as they have the -domain set.
I thought this must be a very well known problem since thousands of others out there have to manage cookies for multiple browsers with CGI.pm, but googling for any evidence of that turns up nothing.
I had considered trying to setup something with Apache::Sessions or some other solution, but since I already use CGI.pm elsewhere in the script and the cookie handling that I've devised is very simple (I set a double-MD5-hashed string in the cookie, read the cookie in, compare it to a database with the uid/session_id and that's it). There shouldn't be a lot to go wrong here!
Netscape 4.7 and WebTV seem to have a problem with -domain for certain. Others may as well, but my browser testbed is only so diverse. Since all the browsers should accept -domain it seems a problem with Netscape and WebTV rather than with IE (although I agree on the frustration of the P3P Cookies bit).
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.