On 1/17/07, Jeremy Dunck <[EMAIL PROTECTED]> wrote:
Assuming the server is sane, the session cookie is the only thing
determining the request.user, so I suspect either your server isn't
sane (as in, threading is killing you), or something is wrong with
downstream caches.

Or he's using a version of Django prior to revision 3754, which fixed
a subtle bug in the way request.user is set up. Applying this diff
should clear up the problem:

http://code.djangoproject.com/changeset/3754

--
"May the forces of evil become confused on the way to your house."
 -- George Carlin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com
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