Re: Re: Re: Modperl2 question

2006-03-10 Thread Fred Moyer
And dump the cookie to $r->log->debug to make sure that the values are set correctly. Take a close look at those cooking recipes. They use CGI::Cookie so you should be able to do exactly what they are doing. > > Younes > > Message d'origine >>Date: Fri, 10 Mar

Re: Re: Re: Modperl2 question

2006-03-10 Thread yperl
'origine >Date: Fri, 10 Mar 2006 09:04:58 -0800 (PST) >Sujet: Re: Re: Modperl2 question >De: "Fred Moyer" <[EMAIL PROTECTED]> >A: [EMAIL PROTECTED] >Copie à: modperl@perl.apache.org > >[please cc the modperl@perl.apache.org list on all list response thre

Re: Re: Modperl2 question

2006-03-10 Thread Fred Moyer
[please cc the modperl@perl.apache.org list on all list response threads] Hi [EMAIL PROTECTED], > Hi Fred! > I'm wondering if there is a correct way to set a cookie in a > PerlAccessHandler. > > I've tried something like: > $r->headers_out->add('Set-Cookie' => $cookie); > and even: > $r->err_h

Re: Re: Modperl2 question

2006-03-09 Thread yperl
Thanks for the advices Fred. >> Hi All! >> >> I'm planing to port a web application for mod_perl1 ro mod_perl2. >> >> I've carefully read to porting pages related to that >> (http://perl.apache.org/docs/2.0/user/porting/), but unfortunatelly, I >> haven't >> found solutions to my simple problem