#5667: Session backend does not work for db backend
-------------------------------------+--------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: nobody
Status: closed | Component: Uncategorized
Version: SVN | Resolution: wontfix
Keywords: session cache backend | Stage: Unreviewed
Has_patch: 0 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
-------------------------------------+--------------------------------------
Changes (by aaloy):
* status: new => closed
* needs_better_patch: => 0
* resolution: => wontfix
* needs_tests: => 0
* needs_docs: => 0
Comment:
It seems the problem is not with the session itself it's about an
exception handler which captures to much errors in the db session engine.
The problem could be reproduced if you try to save into a session a
QueryDict. It should raise an exception saying you could not store that
object but simply it does nothing.
Just when I put the application on another machine and tried to use the
file based session I realized of the problem, as it throws an exception
saying than QueryDict has not _mutable attribute.
--
Ticket URL: <http://code.djangoproject.com/ticket/5667#comment:1>
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
-~----------~----~----~----~------~----~------~--~---