Hi All,

I have the following code: http://dpaste.com/719654/ for a session
based cart implementation I've created. I run into an odd bug/issue
that I can't figure out, when I create or retrieve the Cart instance
from session by hooking into __new__ class method my session gets
wiped or corruped I think, for example I get logged out of admin
howefver the cart contents seem to stick. Also the session key stays
the same as I have tested for that. But if I create the cart by
calling the Cart.get_cart(...) method all works as expected.

Any thoughts? I might have a bug somewhere else, and so second hand of
eyes helps.

Please note if you are using __new__ or get_cart uncomment either line
78-79

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" 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-users?hl=en.

Reply via email to