I am working in modperl::registry (not writing my own
handlers) and I found this recipe on the modperl
website:

http://perl.apache.org/docs/2.0/user/coding/cooking.html#Sending_Cookies_in_REDIRECT_Response__ModPerl__Registry_

And, sorry Tom, but I don't understand your response. 


thanks,

greanie

--- Tom Schindl <[EMAIL PROTECTED]> wrote:

> Fred Moyer wrote:
> > Michael Greenish wrote:
> >> use strict;
> > [..]
> > 
> >> # redirect
> >> $r->headers_out->set( Location => $redirectURL );
> >> $r->status( REDIRECT );
> > 
> >> return REDIRECT;
> > 
> > I see a few things here that catch my eye but what
> stands out the most
> > is the use of the same return code for the browser
> and apache.  why are
> > you using $r->status?  Is it one of the reasons
> listed here?
> > 
> 
> This doesn't help but:
> 
> To the list you definately have to add Filters where
> one mp2 or Apache i
> don't know doesn't care about the resturn value of
> the filter-handler.
> 
> Tom
> 
> 
> >
>
http://perl.apache.org/docs/2.0/api/Apache2/RequestRec.html#C_status_
> > 
> > 
> 
> Tom
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to