Skip to content

Commit 14fa42c

Browse files
dougblackjrintoeetive
authored andcommitted
Adding TTL documentation
1 parent aeee121 commit 14fa42c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/general/system-configuration-overrides.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,14 @@ Example Usage:
874874

875875
**Also found in CP:** `Settings --> Security & Privacy`: [Control Panel Session Type](control-panel/settings/security-privacy.md#cp-session-type)
876876

877+
### `cpan_session_length`
878+
879+
Set TTL for admin sessions.
880+
881+
| Value | Description |
882+
| ------- | ------------------------------------------------- |
883+
| integer | Session TTL in seconds (default is 3600 - 1 hour) |
884+
877885
### `cp_url`
878886

879887
Set the full URL to your Control Panel.
@@ -3162,6 +3170,14 @@ Example Usage:
31623170

31633171
$config['use_newrelic'] = 'y';
31643172

3173+
### user_session_length
3174+
3175+
Set TTL for user sessions.
3176+
3177+
| Value | Description |
3178+
| ------- | -------------------------------------------------- |
3179+
| integer | Session TTL in seconds (default is 7200 - 2 hours) |
3180+
31653181
### `webmaster_email`
31663182

31673183
Set the site's return email address for auto-generated emails.

0 commit comments

Comments
 (0)