Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit30b8e56

Browse files
committed
minor#6191 Document the invalidate_session option (javiereguiluz)
This PR was squashed before being merged into the 2.3 branch (closes#6191).Discussion----------Document the invalidate_session option| Q | A| ------------- | ---| Doc fix? | no| New docs? | yes| Applies to | all| Fixed tickets | -I found this missing doc while closingsymfony/symfony#9543 and checking out the given reference tohttp://stackoverflow.com/questions/17129782/symfony2-logging-out-of-one-firewallCommits-------291dc5a Document the invalidate_session option
2 parentscc8e436 +291dc5a commit30b8e56

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

‎reference/configuration/security.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,22 @@ Redirecting after Login
319319

320320
.. _reference-security-pbkdf2:
321321

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+
322338
Using the PBKDF2 Encoder: Security and Speed
323339
--------------------------------------------
324340

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp