Alexei Danchenkov <[EMAIL PROTECTED]> said something to this effect on 12/14/2001:
> Hello, All!
> I wonder why my '$cookie->expires' for this code returns a
> different result than the similar one with CGI::Cookie
> (commented).  The result is different in a way that some
> additional binary code is being added to the expiry date.
>
> $cookie = Apache::Cookie->new( $r,
>   -name=>"access",
>   -value=>$value,
>   -expires=>"+10m" );
>
> #    my $cookie = new CGI::Cookie(
>   -name=>"access",
>   -value=>$value,
>   -expires=>"+10m" );
>
> $expiry = $cookie->expires;
>
> Any suggestions?

Maybe I'm just slow, but I can see the difference between the
two.  Can you elaborate?

(darren)

-- 
Blore's Razor:
    Given a choice between two theories, take the one
    which is funnier.

Reply via email to