mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #22185 -- Added settings.CSRF_COOKIE_AGE
Thanks Paul McMillan for the review.
This commit is contained in:
@@ -446,6 +446,12 @@ Cache
|
||||
"non-expiring" by default. Previously, it was only possible to pass
|
||||
``timeout=None` to the cache backend's ``set()`` method.
|
||||
|
||||
Cross Site Request Forgery
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
* The :setting:`CSRF_COOKIE_AGE` setting facilitates the use of session-based
|
||||
CSRF cookies.
|
||||
|
||||
Email
|
||||
^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user