diff options
author | Rich Bowen <rbowen@apache.org> | 2011-04-15 22:14:15 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2011-04-15 22:14:15 +0200 |
commit | 3f51c7eb67e427a94ad22f50b8bc371fe2eff947 (patch) | |
tree | bbdf03a798df39c2dea89961f204fcc3467bed85 /docs/manual/mod | |
parent | The domain is not in fact optional. The cookie is not set if you don't (diff) | |
download | apache2-3f51c7eb67e427a94ad22f50b8bc371fe2eff947.tar.xz apache2-3f51c7eb67e427a94ad22f50b8bc371fe2eff947.zip |
via Matthew Sporleder - domain is required in the CO flag or cookies
aren't set.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1092799 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod')
-rw-r--r-- | docs/manual/mod/mod_rewrite.html.en | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index e3dbc67be5..a6fd366f5d 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -1088,7 +1088,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> |