Anyone having trouble setting or retrieving cookies with CGI.pm and IE7?
I'm doing: my $cookie = $q->cookie( -name => 'session', -value => $session, -expires => '3h', print $q->header( -cookie => $cookie);
I got some feedback that the cookie wasn't working in IE7.
I hate cookies.
Have you tried printing the cookies after printing a standard header to make sure they are formatted correctly, are actually being set, and don't forget to check that the domain they are setting is the same as the domain sending them (caught me this weekend, grrr).
Don't hate cookies, hate IE instead ;-)....
http://danconia.org
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]