While I am unsure of the helpfulness of this comment, my former project used Netscape Enterprise 3.6/Activestate Perl using HTTPS on NT4. The site used an encrypted cookie login/session management scheme.

This site worked great with both IE and NS. Until the user base upgraded their IE to 5.x, at which point, you could login, but not stay logged in as every POST sent you right back to login, indicating a serious issue with our cookies.

We "solved" the issue by just forcing IE to use HTTP 1.0 in the preferences/internet options (it was defaulting to HTTP 1.1) I have no idea if this was ever resolved (the aparent bug in IE), as we just forced IE users to adjust and declared victory. At the time it only affected a few users and we did not have the resources to do anything more (like debug MS software).

you may want to give this a try, if you haven't already...good luck!


In reply to Re: HTTP/1.0 HTTP/1.1 by wardk
in thread HTTP/1.0 HTTP/1.1 by Gibble

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.