Hi all,
I am using CGI to set a cookie:
# create cookie:
$packed_cookie = $query->cookie(-NAME => "cookieName",
-VALUE => "cookieValue",
-EXPIRES => "+10m" );
# set cookie:
print $query->header (-COOKIE => $packed_cookie);
Now I am experiencin a problem that looks like the cookie is not
being set, but only on specific machines on specific browsers.
What are the factors that could prevent a cookie from being set?
Thanks!
Ingo
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>