Apache::Cookie

[prev] [thread] [next] [Date index for 2004/11/09]

From: Arshavir Grigorian
Subject: Apache::Cookie
Date: 16:24 on 09 Nov 2004
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

Re: Apache::Cookie
Joe Schaefer 16:16 on 11 Nov 2004

Re: Apache::Cookie
Geoffrey Young 19:00 on 11 Nov 2004

Re: Apache::Cookie
Arshavir Grigorian 22:28 on 11 Nov 2004

Re: Apache::Cookie
___cliff rayman___ 22:57 on 11 Nov 2004

Re: Apache::Cookie
Geoffrey Young 01:18 on 12 Nov 2004

Re: Apache::Cookie
Arshavir Grigorian 15:54 on 12 Nov 2004

Generated at 11:26 on 21 Dec 2004 by mariachi v0.52