diff options
author | Rich Bowen <rbowen@apache.org> | 2011-04-15 22:06:53 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2011-04-15 22:06:53 +0200 |
commit | da53017ae5016cdba1c69ec86887a6f86a3e60b9 (patch) | |
tree | b6f7774017edae396305047187eb5a19e9cf70a2 /docs/manual/mod/mod_rewrite.xml | |
parent | Prevent segfault if DYNAMIC_MODULE_LIMIT is reached (diff) | |
download | apache2-da53017ae5016cdba1c69ec86887a6f86a3e60b9.tar.xz apache2-da53017ae5016cdba1c69ec86887a6f86a3e60b9.zip |
Whether it's intentional or not, the hostname/domainname argument to the
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
Diffstat (limited to '')
-rw-r--r-- | docs/manual/mod/mod_rewrite.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index adf76883ca..53de3b3e57 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -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> |