[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


Reply via email to