mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.6.x] Revert "Improve cookie based session backend docs." refs #20418
This reverts commitd9c01da1f8. This is poor advice as it breaks the test client login (refs #22934). We can add a note like this back after refs #22986 is resolved. Backport of3a85aae2eafrom master
This commit is contained in:
		| @@ -118,13 +118,6 @@ To use cookies-based sessions, set the :setting:`SESSION_ENGINE` setting to | ||||
| stored using Django's tools for :doc:`cryptographic signing </topics/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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user