Re: Set-Cookie header not honored on 304 (Not modified) status

2009-06-01 Thread DenishPatel
Eric Covener wrote: > > 2.2.0 and later doesn't drop the cookie: > https://issues.apache.org/bugzilla/show_bug.cgi?id=18388 > > Maybe your not adding it to err_headers_out? > I am adding it to err_headers_out using apr_table_add : apr_table_add(req->err_headers_out, "Set-Cookie", "CookieVa

Re: Set-Cookie header not honored on 304 (Not modified) status

2009-06-01 Thread Eric Covener
On Mon, Jun 1, 2009 at 7:03 AM, DenishPatel wrote: * Snip set-cookie on 304 response # > Any idea what that directive is / how do I change the behaviour of the > Apache Web Server so that > I am able to see the Cookie. I am using Apache 2.2. > 2.2.0 and later doesn't drop the cookie: https://is

Re: Set-Cookie

2009-03-26 Thread Marco Spinetti
Thanks very much. So I have to use: apr_table_add(r->headers_out, "Set-Cookie", co); apr_table_add(r->headers_out, "Set-Cookie", co1); Best regards. Marco Rainer Jung ha scritto: On 26.03.2009 10:07, Marco Spinetti wrote: Ok, I have to use apr_table_add instead od apr_table_set. So I should

Re: Set-Cookie

2009-03-26 Thread Sorin Manolache
On Thu, Mar 26, 2009 at 09:37, Marco Spinetti wrote: > I have a doubt about ho to set multiple cookies. > I'm using apache 2.2 and in my module handler I'm trying to set two > different cookies with: > > apr_table_set(r->headers_out, "Set-Cookie", co); > > apr_table_set(r->headers_out, "Set-Cookie