This code is sample code it has nothing to do with what I am actually doing with cookies so don't worry about the password. And Yes I have been using the Netscape cookie notify when accepting cookies from the begining. I get the warning for everyone but me. The activestate Perl docs state for the domain:
"2. domain This is a partial or complete domain name for which the cookie is vali +d. The browser will return the cookie to any host that matches the pa +rtial domain name. For example, if you specify a domain name of ``.ca +pricorn.com'', then Netscape will return the cookie to Web servers ru +nning on any of the machines ``www.capricorn.com'', ``ftp.capricorn.c +om'', ``feckless.capricorn.com'', etc. Domain names must contain at l +east two periods to prevent attempts to match on top level domains li +ke ``.edu''. If no domain is specified, then the browser will only re +turn the cookie to servers on the host the cookie originated from.
So it looks liek I am following the spec, but I am going to eliminate both of these. I also will try the all CGI module version I think Netscape does not like the hybrid approach, little touchy you know! Thanks for the imput this has been driving me nutso!!!! Dennis

In reply to Re: Re: Problem with Cookies on Netscape but Ok in IE by Anonymous Monk
in thread Problem with Cookies on Netscape but Ok in IE by Anonymous Monk

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.