Skip to content

Commit b54f2b6

Browse files
committed
minor #7827 [Security] Firewall context stateless tip (geoffrey-brier, javiereguiluz)
This PR was merged into the 2.7 branch. Discussion ---------- [Security] Firewall context stateless tip I recently faced this situation. Only took me a few minutes to find out why but IMO it's worth adding a note ;) Commits ------- 9533b68 Minor reword and reformatting 64f1fa0 Add security stateless tip
2 parents ab1d42d + 9533b68 commit b54f2b6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

reference/configuration/security.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,13 @@ multiple firewalls, the "context" could actually be shared:
517517
),
518518
));
519519
520+
.. note::
521+
522+
The firewall context key is stored in session, so every firewall using it
523+
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+
520527
HTTP-Digest Authentication
521528
--------------------------
522529

0 commit comments

Comments
 (0)