From: Eric Covener Date: Sun, 20 Apr 2014 13:49:42 +0000 (+0000) Subject: 2.2 cannot set a session lifetime if any later fields are set, X-Git-Tag: 2.2.28~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30e9d6aa63ef6623af2ebe7e5dd1b7e4efd7b067;p=thirdparty%2Fapache%2Fhttpd.git 2.2 cannot set a session lifetime if any later fields are set, 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 --- diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en index a1eef01bd87..2965dfad79b 100644 --- a/docs/manual/rewrite/flags.html.en +++ b/docs/manual/rewrite/flags.html.en @@ -148,9 +148,12 @@ security model.
Lifetime
The time for which the cookie will persist, in minutes.
-
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.
+
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.
Path
The path, on the current website, for which the cookie is valid, diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index 4184d68f95a..79eb45e71eb 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -139,9 +139,12 @@ security model.
Lifetime
The time for which the cookie will persist, in minutes.
-
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.
+
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.
Path
The path, on the current website, for which the cookie is valid,