diff --git a/reference/configuration/security.rst b/reference/configuration/security.rst index 70784bf4853..40e1c7ef456 100644 --- a/reference/configuration/security.rst +++ b/reference/configuration/security.rst @@ -827,8 +827,7 @@ The name of the ``$_SERVER`` parameter holding the user identifier. Firewall Context ~~~~~~~~~~~~~~~~ -Most applications will only need one :ref:`firewall `. -But if your application *does* use multiple firewalls, you'll notice that +If your application uses multiple :ref:`firewalls `, you'll notice that if you're authenticated in one firewall, you're not automatically authenticated in another. In other words, the systems don't share a common "context": each firewall acts like a separate security system.