File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1133,6 +1133,13 @@ is defined by the ``target`` parameter above (e.g. the ``homepage``).
1133
1133
:class: `Symfony\\ Component\\ Security\\ Http\\ Logout\\ LogoutSuccessHandlerInterface `.
1134
1134
See :doc: `Security Configuration Reference </reference/configuration/security >`.
1135
1135
1136
+ .. caution ::
1137
+
1138
+ Notice that when using http-basic authenticated firewall there is no real
1139
+ way to log out : the only way to 'logout' is to have the browser stop sending your name and password
1140
+ on every request. Clearing your browser cache, restarting your browser usually helps, and some web developer
1141
+ tools might be helpful here.
1142
+
1136
1143
.. _`security-encoding-password` :
1137
1144
1138
1145
Dynamically Encoding a Password
You can’t perform that action at this time.
0 commit comments