2011/1/17 Whut  Jia <whut_...@163.com>:
> Hi,
> I want to save accessed uri into response cookie before doing a external 
> redirect,according this way below:
>  apr_table_setn(r->headers_out,"Location","http://www.idp.com/login.jsp";);
> apr_table_setn(r->headers_out,"Set-Cookie",r->uri);
> return HTTP_SEE_OTHER;
> But in client ,I cannot always find cookie header in response headers ,why  
> ?How do I solve this??
> Thanks,

r->err_headers_out?


-- 
Eric Covener
cove...@gmail.com

Reply via email to