From e37c357597c1d38dba49b59e667f93e779560f79 Mon Sep 17 00:00:00 2001 From: Marc Slemko Date: Tue, 11 Nov 1997 22:47:40 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_usertrack.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.

-- 2.50.1