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.


Andrew

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

Reply via email to