From: Marc Slemko Date: Tue, 11 Nov 1997 22:47:40 +0000 (+0000) Subject: Clarify use of textual strings for expiry times. X-Git-Tag: APACHE_1_3b3~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e37c357597c1d38dba49b59e667f93e779560f79;p=apache Clarify use of textual strings for expiry times. PR: 1397 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79562 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_usertrack.html b/docs/manual/mod/mod_usertrack.html index 585e45d64d..3bc03d3c22 100644 --- a/docs/manual/mod/mod_usertrack.html +++ b/docs/manual/mod/mod_usertrack.html @@ -62,7 +62,9 @@ When used, this directive sets an expiry time on the cookie generated by the usertrack module. The expiry-period can be given either as a number of seconds, or in the format such as "2 weeks 3 days 7 hours". Valid denominations are: years, months, weeks, hours, minutes -and seconds. +and seconds. If the expiry time is in any format other than one +number indicating the number of seconds, it must be enclosed by +double quotes.

If this directive is not used, cookies last only for the current browser session.