mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #17223 -- Correctly reference the signed cookies session backend. Thanks, Bryan Veloso.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17101 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
1adf8d4386
commit
c20d33201c
2 changed files with 3 additions and 3 deletions
|
@ -104,7 +104,7 @@ Using cookie-based sessions
|
|||
.. versionadded:: 1.4
|
||||
|
||||
To use cookies-based sessions, set the :setting:`SESSION_ENGINE` setting to
|
||||
``"django.contrib.sessions.backends.cookies"``. The session data will be
|
||||
``"django.contrib.sessions.backends.signed_cookies"``. The session data will be
|
||||
stored using Django's tools for :doc:`cryptographic signing </topics/signing>`
|
||||
and the :setting:`SECRET_KEY` setting.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue