1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/docs/topics/http
Matt Robenolt 393c0e2422 Fixed #20936 -- When logging out/ending a session, don't create a new, empty session.
Previously, when logging out, the existing session was overwritten by a
new sessionid instead of deleting the session altogether.

This behavior added overhead by creating a new session record in
whichever backend was in use: db, cache, etc.

This extra session is unnecessary at the time since no session data is
meant to be preserved when explicitly logging out.
2014-05-11 21:42:26 -03:00
..
_images
decorators.txt
file-uploads.txt Fixed #9535 -- Added a reference guide for file upload classes. 2014-04-08 09:52:07 -04:00
generic-views.txt
index.txt
middleware.txt Removed versionadded/changed annotations for 1.6. 2014-03-24 11:42:56 -04:00
sessions.txt Fixed #20936 -- When logging out/ending a session, don't create a new, empty session. 2014-05-11 21:42:26 -03:00
shortcuts.txt
urls.txt Fixed #22517, "view prefix" still referenced in urlconf docs 2014-04-25 12:29:33 -05:00
views.txt Removed versionadded/changed annotations for 1.6. 2014-03-24 11:42:56 -04:00