> -----Original Message-----
> From: will trillich [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 30, 2001 3:31 PM
> To: [EMAIL PROTECTED]
> Subject: forbidden vs. cookie
> 
[snip]

> 
>       # this don't work so not, neither:
>                       $r->header_out(-cookie=>$cookie);
>                       $r->header_out(-location=>$login_uri);
>                       return REDIRECT;
>       # neither header is sent.

you probably want $r->err_headers_out instead of $r->headers_out

HTH

--Geoff

Reply via email to