File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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
879887Set 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
31673183Set the site's return email address for auto-generated emails.
You can’t perform that action at this time.
0 commit comments