Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/manual/mod/mod_session.xml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,11 @@ AuthName "realm"
</example>

<p>Where a key is set to the empty string, that key will be removed from the
session.</p>
session. If a key named <code>expiry</code> is present and set to an integer,
and <directive>SessionMaxAge</directive> 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.</p>

</usage>
</directivesynopsis>
Expand Down