From 80c92287da166693840e95bc8ff21de9af077189 Mon Sep 17 00:00:00 2001 From: Doug Black Jr Date: Thu, 6 Apr 2023 06:01:30 -0400 Subject: [PATCH] Adding TTL documentation --- docs/general/system-configuration-overrides.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/general/system-configuration-overrides.md b/docs/general/system-configuration-overrides.md index a75db4de0..2910f2a2f 100755 --- a/docs/general/system-configuration-overrides.md +++ b/docs/general/system-configuration-overrides.md @@ -874,6 +874,14 @@ Example Usage: **Also found in CP:** `Settings --> Security & Privacy`: [Control Panel Session Type](control-panel/settings/security-privacy.md#cp-session-type) +### `cpan_session_length` + +Set TTL for admin sessions. + +| Value | Description | +| ------- | ------------------------------------------------- | +| integer | Session TTL in seconds (default is 3600 - 1 hour) | + ### `cp_url` Set the full URL to your Control Panel. @@ -3191,6 +3199,14 @@ Example Usage: $config['use_newrelic'] = 'y'; +### user_session_length + +Set TTL for user sessions. + +| Value | Description | +| ------- | -------------------------------------------------- | +| integer | Session TTL in seconds (default is 7200 - 2 hours) | + ### `webmaster_email` Set the site's return email address for auto-generated emails.