Doh!
Thanks that's it!

----- Original Message -----
From: "___cliff rayman___" <[EMAIL PROTECTED]>
To: "Chris Pizzo" <[EMAIL PROTECTED]>
Cc: "Charles" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, July 12, 2002 5:10 PM
Subject: Re: Weird problem with cookies on Netscape with apache running a
virtualhost


> 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/
>
>
>

Reply via email to