> Drew wrote:
> > Going by your previous example, you should use
> > $cookie = $r->header_in('Set-Cookie');
Quick reality check here -- I'm easy to confuse. =o)
Shouldn't that be
$cookie = $r->header_in('Cookie')
to get cookies the browser sends, and then something like
$r->headers_out->add('Set-Cookie' => "$name=$val")
to place new ones?
Not that there aren't plenty more ways....
Paul
====
At the hat-check, why don't they? ;o]
(grenade humor...ticking....dud?)
__________________________________________________
Do You Yahoo!?
Yahoo! Photos -- now, 100 FREE prints!
http://photos.yahoo.com
- Apache, Mod_Perl and Custom Access/Authentication Steffers
- Re: Apache, Mod_Perl and Custom Access/Authenticati... Drew Taylor
- Re: Apache, Mod_Perl and Custom Access/Authenticati... Steffers
- Re: Apache, Mod_Perl and Custom Access/Authenticati... Steffers
- Re: Apache, Mod_Perl and Custom Access/Authenticati... Paul
- RE: Apache, Mod_Perl and Custom Access/Authenticati... Jerrad Pierce
- Re: Apache, Mod_Perl and Custom Access/Authenticati... Steffers
- Re: Apache, Mod_Perl and Custom Access/Authenti... Vegard Vesterheim
- Re: Apache, Mod_Perl and Custom Access/Auth... Drew Taylor
- Re: Apache, Mod_Perl and Custom Access/Authenti... Drew Taylor
- Re: Apache, Mod_Perl and Custom Access/Authenticati... Steffers
