diff --git a/reference/configuration/security.rst b/reference/configuration/security.rst index ef693c8a576..fb95d172674 100644 --- a/reference/configuration/security.rst +++ b/reference/configuration/security.rst @@ -517,6 +517,13 @@ multiple firewalls, the "context" could actually be shared: ), )); +.. note:: + + The firewall context key is stored in session, so every firewall using it + must set its ``stateless`` option to ``false``. Otherwise, the context is + ignored and you won't be able to authenticate on multiple firewalls at the + same time. + HTTP-Digest Authentication --------------------------