]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Whether it's intentional or not, the hostname/domainname argument to the
authorRich Bowen <rbowen@apache.org>
Fri, 15 Apr 2011 20:06:53 +0000 (20:06 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 15 Apr 2011 20:06:53 +0000 (20:06 +0000)
RewriteRule CO flag is in fact required. Cookies are not set without it.
(via Matthew Sporleder)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1092797 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index adf76883caaa39c635f731ed06817f0a57a8e082..53de3b3e57fc9b92001262cd040f84f552d9d1d7 100644 (file)
@@ -1100,7 +1100,7 @@ cannot use <code>$N</code> in the substitution string!
     <tr>
         <td>cookie|CO=<em>NAME</em>:<em>VAL</em></td>
         <td>Sets a cookie in the client browser. Full syntax is: 
-        CO=<em>NAME</em>:<em>VAL</em>[:<em>domain</em>[:<em>lifetime</em>[:<em>path</em>[:<em>secure</em>[:<em>httponly</em>]]]]] <em><a href="../rewrite/flags.html#flag_co">details ...</a></em>
+        CO=<em>NAME</em>:<em>VAL</em>:<em>domain</em>[:<em>lifetime</em>[:<em>path</em>[:<em>secure</em>[:<em>httponly</em>]]]] <em><a href="../rewrite/flags.html#flag_co">details ...</a></em>
         </td>
     </tr>
     <tr>