Hello Eric Covener Thank you for your answer.Your are right. At 2011-01-17 20:41:13,"" <[email protected]> wrote:
>2011/1/17 Whut Jia <[email protected]>: >> 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 >[email protected]
