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?
Cheers, Alexei
mailto:[EMAIL PROTECTED]

Reply via email to