From f77162c53561aa278c7d723422b266fc6e4f904d Mon Sep 17 00:00:00 2001 From: Christopher Head Date: Sat, 26 Oct 2024 10:40:51 -0700 Subject: [PATCH] =?UTF-8?q?Document=20=E2=80=9Cexpiry=E2=80=9D=20key=20in?= =?UTF-8?q?=20SessionHeader?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/manual/mod/mod_session.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_session.xml b/docs/manual/mod/mod_session.xml index e851b3042f5..cea1298723f 100644 --- a/docs/manual/mod/mod_session.xml +++ b/docs/manual/mod/mod_session.xml @@ -426,7 +426,11 @@ AuthName "realm"

Where a key is set to the empty string, that key will be removed from the - session.

+ session. If a key named expiry is present and set to an integer, + and SessionMaxAge is not set, the session expiry time + is set to that value (in addition to the key/value pair being added to the + session data); the expiry time is a count of microseconds since the UNIX + epoch.