summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/http/sessions.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt
index 4188655329..936a3c5f5d 100644
--- a/docs/topics/http/sessions.txt
+++ b/docs/topics/http/sessions.txt
@@ -121,13 +121,6 @@ and the :setting:`SECRET_KEY` setting.
.. note::
- When using cookies-based sessions :mod:`django.contrib.sessions` can be
- removed from :setting:`INSTALLED_APPS` setting because data is loaded
- from the key itself and not from the database, so there is no need for the
- creation and usage of ``django.contrib.sessions.models.Session`` table.
-
-.. note::
-
It's recommended to leave the :setting:`SESSION_COOKIE_HTTPONLY` setting
``True`` to prevent tampering of the stored data from JavaScript.