Index: cookies.xml =================================================================== RCS file: /home/cvspublic/jakarta-commons/httpclient/xdocs/cookies.xml,v retrieving revision 1.4 diff -u -r1.4 cookies.xml --- cookies.xml 4 Nov 2003 02:14:04 -0000 1.4 +++ cookies.xml 15 Jan 2005 13:29:04 -0000 @@ -61,6 +61,11 @@ many different servers as possible even if they are not completely standards compliant. If you are encountering problems with parsing cookies, you should probably try using this specification.
+There are many web sites with badly written CGI scripts that only work
+ when all cookies are put into one request header. It is advisable to
+ set http.protocol.single-cookie-header
+ parameter to true for maximum compatibility.
+