You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2014/04/20 15:49:42 UTC

svn commit: r1588759 - in /httpd/httpd/branches/2.2.x/docs/manual/rewrite: flags.html.en flags.xml

Author: covener
Date: Sun Apr 20 13:49:42 2014
New Revision: 1588759

URL: http://svn.apache.org/r1588759
Log:
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

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.html.en
    httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.html.en?rev=1588759&r1=1588758&r2=1588759&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.html.en Sun Apr 20 13:49:42 2014
@@ -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,

Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.xml?rev=1588759&r1=1588758&r2=1588759&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.xml Sun Apr 20 13:49:42 2014
@@ -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,