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, ajxs
- Hook end of connection Victor Ronin
- Re: Hook end of connection Nick Kew
- Re: Hook end of connection Andrew Godziuk
- Re: Hook end of connection Victor Ronin
- How to add referer header in external redirect? Whut Jia
- How to add a cookie header in response headers when d... Whut Jia
- Re: How to add a cookie header in response header... Eric Covener
- Re:Re: How to add a cookie header in response hea... Whut Jia
- How to send a jpeg-file in Handler Whut Jia
- Re: How to send a jpeg-file in Handler Ben Noordhuis
- Re:Re: How to send a jpeg-file in Handler Whut Jia
- Re: Re: How to send a jpeg-file in Handle... Ben Noordhuis
- Re: Re: How to send a jpeg-file in Handle... Sorin Manolache
- Re: Re: How to send a jpeg-file in H... Sorin Manolache