Hi *
I have a problem with Apache::Cookie setting the
expiration value correctly.
Meaning whatever I specify, the default value is used instead ( which is
now or -1) !
The other paramters (like path) are set correctly !
The same syntax works just fine with CGI::Cookie (ok, beside the $r object)
my $cookie = Apache::Cookie->new($r,
-name => 'Test1',
-value => 'XXxxXX',
-expires => '+1d',
-path => '/opt'
);
Am I doing something wrong or is this a known bug ??
Any help ?
Swen
--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html