We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cdd701 + 261fa63 commit 14ff0e4Copy full SHA for 14ff0e4
config/config.sample.php
@@ -368,8 +368,10 @@
368
369
/**
370
* 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.
+ * 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
373
+ * handled on the client side. This is not a way to limit the duration of potentially
374
+ * compromised sessions.
375
*
376
* Defaults to ``false``
377
*/
0 commit comments