File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -319,6 +319,22 @@ Redirecting after Login
319
319
320
320
.. _reference-security-pbkdf2 :
321
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
+
322
338
Using the PBKDF2 Encoder: Security and Speed
323
339
--------------------------------------------
324
340
You can’t perform that action at this time.
0 commit comments