mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Merge pull request #42610 from hellodarkness/patch-1
This commit is contained in:
commit
14ff0e49a6
1 changed files with 4 additions and 2 deletions
|
|
@ -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``
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue