We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentc2b9ce2 commitce885a4Copy full SHA for ce885a4
cookbook/security/target_path.rst
@@ -6,9 +6,9 @@ How to change the Default Target Path Behavior
6
7
By default, the security component retains the information of the last request
8
URI in a session variable named ``_security.main.target_path`` (with ``main`` being
9
-the name of the firewall area, defined in the ``security.yml``). Upon a successful
10
-login, the user is redirected to this path, as to help her continue from the last
11
-known page she visited.
+the name of the firewall, defined in ``security.yml``). Upon a successful
+login, the user is redirected to this path, as to help her continue from the
+lastknown page she visited.
12
13
On some occasions, this is unexpected. For example when the last request
14
URI was an HTTP POST against a route which is configured to allow only a POST