From: dgaudet Date: Tue, 22 Jul 1997 04:57:18 +0000 (+0000) Subject: Add note about Set-Cookies. X-Git-Tag: APACHE_1_3a1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=051e5fba19685e2d9dfe75c461a1978956ab040a;p=thirdparty%2Fapache%2Fhttpd.git Add note about Set-Cookies. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78735 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/known_client_problems.html b/docs/manual/misc/known_client_problems.html index 0dde9c29445..f75e2efb4af 100644 --- a/docs/manual/misc/known_client_problems.html +++ b/docs/manual/misc/known_client_problems.html @@ -182,6 +182,15 @@ with MSIE 3 is actually due to the Acrobat plugin, not due to the browser. version 3.01 is used with it, it will not properly understand byteranges. The user must upgrade their Acrobat reader to 3.01. +

Set-Cookie header is unmergeable

+ +

The HTTP specifications say that it is legal to merge headers with +duplicate names into one (separated by semicolon). Some browsers +that support Cookies don't like merged headers and prefer that each +Set-Cookie header is sent separately. When parsing the +headers returned by a CGI, Apache will explicitly avoid merging any +Set-Cookie headers. +