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.
1 parent e4f6bf8 commit 291dc5aCopy full SHA for 291dc5a
reference/configuration/security.rst
@@ -319,6 +319,22 @@ Redirecting after Login
319
320
.. _reference-security-pbkdf2:
321
322
+Logout Configuration
323
+--------------------
324
+
325
+invalidate_session
326
+..................
327
328
+**type**: ``boolean`` **default**: ``true``
329
330
+By default, when users log out from any firewall, their sessions are invalidated.
331
+This means that logging out from one firewall automatically logs them out from
332
+all the other firewalls.
333
334
+The ``invalidate_session`` option allows to redefine this behavior. Set this
335
+option to ``false`` in every firewall and the user will only be logged out from
336
+the current firewall and not the other ones.
337
338
Using the PBKDF2 Encoder: Security and Speed
339
--------------------------------------------
340
0 commit comments