"Andrew Brosnan" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> 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've never heard of IE7. I just checked the internet explorer home page and
it has a big 'ol 6 right in the top middle of the page.
http://www.microsoft.com/windows/ie/default.asp

Todd W.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to