PR: 26002
Submitted by: apache nopdesign.com (Scott Moore)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102309
13f79535-47bb-0310-9956-
ffa450edef68
[Remove entries to the current 2.0 section below, when backported]
+ *) mod_usertrack no longer overwrites other cookies.
+ PR 26002. [Scott Moore <apache nopdesign.com>]
+
*) Make REMOTE_PORT variable available in mod_rewrite.
PR 25772. [André Malo]
NULL);
}
- apr_table_setn(r->headers_out,
+ apr_table_addn(r->headers_out,
(dcfg->style == CT_COOKIE2 ? "Set-Cookie2" : "Set-Cookie"),
new_cookie);
apr_table_setn(r->notes, "cookie", apr_pstrdup(r->pool, cookiebuf)); /* log first time */