[EMAIL PROTECTED] (Zeqing Xia) wrote:
>Hi,
>
>I'm having a problem with setting the cookie in a REDIRECT. Basically,
>I'm doing this in a handler:
>
> $r->headers_out->add('Set-Cookie' => $cookie);
> $r->headers_out->add('Location' => $location);
> return REDIRECT;
Try changing to $r->err_headers_out. Details in the eagle book.
------------------- -------------------
Ken Williams Last Bastion of Euclidity
[EMAIL PROTECTED] The Math Forum
- REDIRECT missing Cookie Zeqing Xia
- Re: REDIRECT missing Cookie Jim Winstead
- Re: REDIRECT missing Cookie Perrin Harkins
- Re: REDIRECT missing Cookie Ken Williams
- Re: REDIRECT missing Cookie Zeqing Xia
