]> granicus.if.org Git - apache/commitdiff
xforms
authorEric Covener <covener@apache.org>
Mon, 3 Aug 2015 20:09:41 +0000 (20:09 +0000)
committerEric Covener <covener@apache.org>
Mon, 3 Aug 2015 20:09:41 +0000 (20:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1693964 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.html.en

index eb2e5fbc6409d0cea88ac99ac5c261857898e2f4..6e895342d521aca2db3c5811c49aa159e3f2c205 100644 (file)
@@ -146,6 +146,15 @@ follows:</p>
 [CO=NAME:VALUE:DOMAIN:lifetime:path:secure:httponly]
 </code></p></div>
 
+<p>If a literal ':' character is needed in any of the cookie fields, an 
+alternate syntax is available.  To opt-in to the alternate syntax, the cookie 
+"Name" should be preceded with a ';' character, and field separators should be
+specified as ';'.</p>
+
+<div class="example"><p><code>
+[CO=;NAME;VALUE:MOREVALUE;DOMAIN;lifetime;path;secure;httponly]
+</code></p></div>
+
 <p>You must declare a name, a value, and a domain for the cookie to be set.</p>
 
 <dl>