> just add a properly formatted Set-Cookie header to $r->headers_out.

oh, and as the thread just next to this also reminded me, you can try
CGI::Cookie as well:

http://perl.apache.org/docs/2.0/user/coding/cooking.html#Sending_Cookies_in_REDIRECT_Response__handlers_

if you want to mimic mp1 behavior you'll want to use err_headers_out anyway
- that's one difference between libapreq1 and libapreq2, so far as I can tell.

--Geoff


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to