summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 490f1f36de..cc9ee89658 100644
--- a/docs/topics/http/sessions.txt
+++ b/docs/topics/http/sessions.txt
@@ -120,13 +120,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.