Skip to content

Commit 5d91487

Browse files
Update config.sample.php
Comments to clarify the purpose of session_keepalive. Fixes issue in Nextcloud Documentation (nextcloud/documentation#7244) Signed-off-by: HelloDarkness <111370255+hellodarkness@users.noreply.github.com>
1 parent 9416778 commit 5d91487

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config/config.sample.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,10 @@
339339

340340
/**
341341
* Enable or disable the automatic logout after session_lifetime, even if session
342-
* keepalive is enabled. This will make sure that an inactive browser will be logged out
343-
* even if requests to the server might extend the session lifetime.
342+
* keepalive is enabled. This will make sure that an inactive browser will log itself out
343+
* even if requests to the server might extend the session lifetime. Note: the logout is
344+
* handled on the client side. This is not a way to limit the duration of potentially
345+
* compromized sessions.
344346
*
345347
* Defaults to ``false``
346348
*/

0 commit comments

Comments
 (0)