Re: cookies with CGI and IE7

2003-08-04 Thread Todd W.
"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, >

Re: cookies with CGI and IE7

2003-08-04 Thread Wiggins d'Anconia
Andrew Brosnan wrote: 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);

cookies with CGI and IE7

2003-08-04 Thread Andrew Brosnan
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