diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-10-30 07:51:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 07:51:20 +0100 |
commit | 14ff0e49a62ec5e507ec785e2035e3da1ddb3ce7 (patch) | |
tree | 42652b2eb70fe1b96c700694853546c703686282 /config | |
parent | 7cdd7013eec810cbd89d1694ef51799bc434bef3 (diff) | |
parent | 261fa636faeea83aa6ce90e44b25d5d38f4511e0 (diff) | |
download | nextcloud-server-14ff0e49a62ec5e507ec785e2035e3da1ddb3ce7.tar.gz nextcloud-server-14ff0e49a62ec5e507ec785e2035e3da1ddb3ce7.zip |
Merge pull request #42610 from hellodarkness/patch-1
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 23e9cb5940a..6f0a9b79e0a 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -368,8 +368,10 @@ $CONFIG = [ /** * Enable or disable the automatic logout after session_lifetime, even if session - * keepalive is enabled. This will make sure that an inactive browser will be logged out - * even if requests to the server might extend the session lifetime. + * keepalive is enabled. This will make sure that an inactive browser will log itself out + * even if requests to the server might extend the session lifetime. Note: the logout is + * handled on the client side. This is not a way to limit the duration of potentially + * compromised sessions. * * Defaults to ``false`` */ |