Honored monks,

I am developing a largish on-line learning tool which utilizes CGI::Session to store some state information in a session cookie. I should mention that while our team is developing this we are running seperate CVS copies on different ports. So our testers are accessing this app via http://mysite.com:2311 or :3669 etc. This is working very well under OS X using Safari and Camino and also under XP Pro on IE 6 and NN 4.7 and NN 7.02.

However, one of our testers is using IE 6 on Win 98 and is finding that his state is never properly saved and does not persist. CGI::Session does not have any reported bugs on CPAN but we are hoping some monk has experienced a gotcha with this module before and can advise us where to look for issues. I know some are saying "Where is the code?" and my response (for now at least) is that I am not allowed to post even dummy code, my apologies.

Any information or similar experiences would be greatly appreciated!

TIA
jg
_____________________________________________________
"The man who grasps principles can successfully select his own methods.
The man who tries methods, ignoring principles, is sure to have trouble.
~ Ralph Waldo Emerson

In reply to CGI Session Problems on Win 98/ IE 6 by jerrygarciuh

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.