OK, so my code for writing cookies works in every browser except Safari.
I have tried using two different methods of using CGI.PM.  In both cases the
cookies continue to write correctly in all browsers except Safari.

Here is the code I started with and have reverted back to:
----------------------------------------------
my $cookie = "Set-Cookie: " .
        "$COOKIENAME=$cookieContent; " .
        "Host=www.wpi.edu; " .
        "expires=+1h\n";
print $cookie;
----------------------------------------------

Any ideas of how to do this and get it to work on Safari.  I can't believe that
this is so complicated.

I can tell you that there is NO chance that anythign is being printed in any way
before this code is reached.

Any ideas?

Thanks.
--Alex
 
_______________________________________________
Boston-pm mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to