Skip to content

Commit

Permalink
minor #18195 Set request stateless only if the attribute is not defin…
Browse files Browse the repository at this point in the history
…ed (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
  • Loading branch information
OskarStark committed Apr 13, 2023
2 parents 7bb42ef + 20ee4d7 commit 7aad2a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reference/configuration/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,8 @@ the session must not be used when authenticating users:
// ...
};
Routes under this firewall will be :ref:`configured stateless <stateless-routing>`.
Routes under this firewall will be :ref:`configured stateless <stateless-routing>`
when they are not explicitly configured stateless or not.

.. versionadded:: 6.3

Expand Down

0 comments on commit 7aad2a2

Please sign in to comment.