Browse Source

Add hint about possible limit when setting a session_lifetime

Signed-off-by: Julius Härtl <jus@bitgrid.net>
tags/v22.0.0beta1
Julius Härtl 3 years ago
parent
commit
296332efa3
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      config/config.sample.php

+ 3
- 0
config/config.sample.php View File

@@ -249,6 +249,9 @@ $CONFIG = [
/**
* The lifetime of a session after inactivity.
*
* The maximum possible time is limited by the session.gc_maxlifetime php.ini setting
* which would overwrite this option if it is less than the value in the config.php
*
* Defaults to ``60*60*24`` seconds (24 hours)
*/
'session_lifetime' => 60 * 60 * 24,

Loading…
Cancel
Save