#7233: placing request.POST.copy() in session wipes all session values
----------------------------------------------+-----------------------------
Reporter: mikechambers | Owner: nobody
Status: closed | Milestone: 1.0
Component: django.contrib.sessions | Version: SVN
Resolution: fixed | Keywords:
Stage: Accepted | Has_patch: 1
Needs_docs: 0 | Needs_tests: 1
Needs_better_patch: 1 |
----------------------------------------------+-----------------------------
Comment (by mtredinnick):
Just in case anybody is reading this in the future, my analysis here was
partially bogus. The real issue with caching and pickling is that we use
pickle protocol 2 when caching, which changes the behaviour of how things
are unpickled. My initial tests were only with the default (level 0?)
pickle protocol. In any case, it's still fixed with the above commit.
--
Ticket URL: <http://code.djangoproject.com/ticket/7233#comment:16>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---