]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
2.2 cannot set a session lifetime if any later fields are set,
authorEric Covener <covener@apache.org>
Sun, 20 Apr 2014 13:49:42 +0000 (13:49 +0000)
committerEric Covener <covener@apache.org>
Sun, 20 Apr 2014 13:49:42 +0000 (13:49 +0000)
it does not have http://svn.apache.org/viewvc?view=revision&revision=664333

But it had the backport of the refactoring of rewrite flags into
flags.xml, which referred to features added in 664333.

PR56014

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1588759 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.html.en
docs/manual/rewrite/flags.xml

index a1eef01bd8755522c7844703b6fcc57e4e8a5f26..2965dfad79b9014bad5735bcce349c5ff598efd8 100644 (file)
@@ -148,9 +148,12 @@ security model.</dd>
 <dl>
 <dt>Lifetime</dt>
 <dd>The time for which the cookie will persist, in minutes.</dd>
-<dd>A value of 0 indicates that the cookie will persist only for the
-current browser session. This is the default value if none is
-specified.</dd>
+<dd>By default, the cookie will persist only for the
+current browser session. If you need to specify any later
+parameter (Path, Secure, httponly), it is not currently
+possible to explicitly configure session lifetime. Note:
+Previous versions of this documentation erroneouly stated
+otherwise.</dd>
 
 <dt>Path</dt>
 <dd>The path, on the current website, for which the cookie is valid,
index 4184d68f95aeb9d94694781327f35f31129bc04c..79eb45e71eb1d1e66dd410a4fe46fd862f93b050 100644 (file)
@@ -139,9 +139,12 @@ security model.</dd>
 <dl>
 <dt>Lifetime</dt>
 <dd>The time for which the cookie will persist, in minutes.</dd>
-<dd>A value of 0 indicates that the cookie will persist only for the
-current browser session. This is the default value if none is
-specified.</dd>
+<dd>By default, the cookie will persist only for the
+current browser session. If you need to specify any later
+parameter (Path, Secure, httponly), it is not currently
+possible to explicitly configure session lifetime. Note:
+Previous versions of this documentation erroneouly stated
+otherwise.</dd>
 
 <dt>Path</dt>
 <dd>The path, on the current website, for which the cookie is valid,