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 64f1fa0 commit 9533b68Copy full SHA for 9533b68
reference/configuration/security.rst
@@ -519,8 +519,10 @@ multiple firewalls, the "context" could actually be shared:
519
520
.. note::
521
522
- As this context is stored in session, it's important to have each firewall having the ``stateless`` option set to
523
- false otherwise you won't able to be authenticated on multiple firewall at the same time.
+ The firewall context key is stored in session, so every firewall using it
+ must set its ``stateless`` option to ``false``. Otherwise, the context is
524
+ ignored and you won't be able to authenticate on multiple firewalls at the
525
+ same time.
526
527
HTTP-Digest Authentication
528
--------------------------
0 commit comments