From 6eb8057d1a6d8aa97fedbaa7eb0d7c58fab73659 Mon Sep 17 00:00:00 2001
From: Eric Covener
Date: Mon, 3 Aug 2015 20:09:41 +0000
Subject: [PATCH] xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1693964 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/rewrite/flags.html.en | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en
index eb2e5fbc64..6e895342d5 100644
--- a/docs/manual/rewrite/flags.html.en
+++ b/docs/manual/rewrite/flags.html.en
@@ -146,6 +146,15 @@ follows:
[CO=NAME:VALUE:DOMAIN:lifetime:path:secure:httponly]
+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 ';'.
+
+
+[CO=;NAME;VALUE:MOREVALUE;DOMAIN;lifetime;path;secure;httponly]
+
+
You must declare a name, a value, and a domain for the cookie to be set.
--
2.40.0