Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 11b9d23 commit 36d1bacCopy full SHA for 36d1bac
cookbook/cache/form_csrf_caching.rst
@@ -10,8 +10,8 @@ need to be cautious if you try to cache pages with forms including them.
10
For more information about how CSRF protection works in Symfony, please
11
check :ref:`CSRF Protection <forms-csrf>`.
12
13
-Why Caching Pages with a CSRF token are Problematic
14
----------------------------------------------------
+Why Caching Pages with a CSRF token is Problematic
+--------------------------------------------------
15
16
Typically, each user is assigned a unique CSRF token, which is stored in
17
the session for validation. This means that if you *do* cache a page with
0 commit comments