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.