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 @@ -119,13 +119,6 @@ To use cookies-based sessions, set the :setting:`SESSION_ENGINE` setting to stored using Django's tools for :doc:`cryptographic signing ` 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