mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Update config.sample.php
Comments to clarify the purpose of session_keepalive. Fixes issue in Nextcloud Documentation (https://github.com/nextcloud/documentation/issues/7244) Signed-off-by: HelloDarkness <111370255+hellodarkness@users.noreply.github.com>
This commit is contained in:
parent
9416778ed2
commit
5d91487eae
1 changed files with 4 additions and 2 deletions
|
|
@ -339,8 +339,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
|
||||
* compromized sessions.
|
||||
*
|
||||
* Defaults to ``false``
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue