diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-11-17 21:16:42 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-11-17 21:16:42 +0000 |
| commit | c20d33201c6eccc7f21f72bb61b1737be59b16d4 (patch) | |
| tree | fa007065a7378a590f06a2d20d426afc307390d5 /docs | |
| parent | 1adf8d438654cd91b0f5b77119e8dbf67dc975ce (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/http/sessions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt index 2997f6fd03..2f13c9662a 100644 --- a/docs/topics/http/sessions.txt +++ b/docs/topics/http/sessions.txt @@ -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. |
