Internet Explorer sucks s***!!! (sorry)
I have been trying lately to get a browser independant cookie setter/retriever to work.
Everything I have tried so far has worked on Netscape/Lynx, and other browsers, but NOT Internet Explorer.
I have attempted the following solutions:
  • Manually setting/retrieving cookie Set-Cookie and $ENV{'HTTP_COOKIE'}
  • Using CGI.pm and the cookie function
  • Looking at the script used for the perlmonks login cookie (works on all browsers, even IE) - too confusing

    This has been extremely annoying because it seems that Internet Explorer just has to keep going against me.
    I have searched through a lot of microsoft.com, hoping to find something about how to successfully set cookies in IE.

    Many of my fellow monks have tried over and over again to help me, but noone has been able to find a working solution.
    I know this sounds like an advertisement, but if you have either Netscape or Lynx and then Internet Explorer, try the following address:

  • http://TheGamesPage.virtualave.net
    and see what I mean.
    I have been told that the cookies do not even get set in IE and that shows me the problem right there.
    I don't have time right now to post the code I have tried to use manually/with CGI.pm, but I'll probably post it on Monday/Tuesday.
    I hope I don't have to change to .htaccess or posting content to every page on my site, so I hope a solution arrises soon

    Won't be back til Monday. See ya!


    In reply to Internet Explorer Cookies by mt2k

    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.