Skip to content

Commit 14ff0e4

Browse files
authored
Merge pull request #42610 from hellodarkness/patch-1
2 parents 7cdd701 + 261fa63 commit 14ff0e4

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
@@ -368,8 +368,10 @@
368368

369369
/**
370370
* Enable or disable the automatic logout after session_lifetime, even if session
371-
* keepalive is enabled. This will make sure that an inactive browser will be logged out
372-
* even if requests to the server might extend the session lifetime.
371+
* keepalive is enabled. This will make sure that an inactive browser will log itself out
372+
* even if requests to the server might extend the session lifetime. Note: the logout is
373+
* handled on the client side. This is not a way to limit the duration of potentially
374+
* compromised sessions.
373375
*
374376
* Defaults to ``false``
375377
*/

0 commit comments

Comments
 (0)