Apache::Cookie
[prev]
[thread]
[next]
[Date index for 2004/11/09]
Hi,
I am using Apache::Cookie (libapreq2-2.04-dev) to generate cookies.
However, for some reason, the bake() method does not work.
# WORKS
my $cookie = $ticket->cookie()->as_string();
$r->err_headers_out->add('Set-Cookie' => $cookie);
# DOES NOT WORK
$ticket->cookie()->bake();
where $ticket->cookie() is an Apache::Cookie object. This is the first
thing in the response and is followed by: $r->headers_out->set(Location
=> '/path/'); return Apache::REDIRECT;.
Beside the fact that libapreq2 is still in development, is there a
problem with how I am using the bake() method? Thanks in advance.
Arshavir
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html
 |
Apache::Cookie
Arshavir Grigorian 16:24 on 09 Nov 2004
|