Skip to content

Commit 7aad2a2

Browse files
committed
minor #18195 Set request stateless only if the attribute is not defined (alamirault)
This PR was squashed before being merged into the 6.3 branch. Discussion ---------- Set request stateless only if the attribute is not defined symfony/symfony#48044 added in 6.3 was updated in symfony/symfony#49997. This PR ajust behavior documentation Commits ------- 20ee4d7 Set request stateless only if the attribute is not defined
2 parents 7bb42ef + 20ee4d7 commit 7aad2a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

reference/configuration/security.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,8 @@ the session must not be used when authenticating users:
10061006
// ...
10071007
};
10081008
1009-
Routes under this firewall will be :ref:`configured stateless <stateless-routing>`.
1009+
Routes under this firewall will be :ref:`configured stateless <stateless-routing>`
1010+
when they are not explicitly configured stateless or not.
10101011

10111012
.. versionadded:: 6.3
10121013

0 commit comments

Comments
 (0)