We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0a6b3f + 7d13bac commit e1dd12eCopy full SHA for e1dd12e
security/csrf.rst
@@ -348,9 +348,10 @@ Stateless CSRF Tokens
348
349
Stateless anti-CSRF protection was introduced in Symfony 7.2.
350
351
-By default CSRF tokens are stateful, which means they're stored in the session.
352
-But some token ids can be declared as stateless using the ``stateless_token_ids``
353
-option:
+Traditionally, CSRF tokens are stateful, meaning they're stored in the session.
+However, some token IDs can be declared as stateless using the
+``stateless_token_ids`` option. Stateless CSRF tokens are enabled by default
354
+in applications using :ref:`Symfony Flex <symfony-flex>`.
355
356
.. configuration-block::
357
0 commit comments