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", "CookieVal")
-- 
View this message in context: 
http://www.nabble.com/Set-Cookie-header-not-honored-on-304-%28Not-modified%29-status-tp23813262p23814346.html
Sent from the Apache HTTP Server - Module Writers mailing list archive at 
Nabble.com.

Reply via email to