Chris Pizzo wrote:
>
> $r->headers_out->set('Set-Cookie',$cc);
> $r->headers_out->set('Set-Cookie',$c);
should this second one be?
$r->headers_out->add('Set-Cookie',$c);
i didn't get a chance to try it, but it should be easy to try.
>
>
> $r->cgi_header_out('Location',"mypage.html");
> $r->send_http_header;
>
> This only sets one of the cookies ($c). How do I set multiple cookies?
--
___cliff [EMAIL PROTECTED]http://www.genwax.com/
