#27686: calls to request.user.is_authenticated returns vary by cookie header for
all users
-------------------------------------+-------------------------------------
     Reporter:  Jeff Willette        |                    Owner:  Jeff
                                     |  Willette
         Type:  Bug                  |                   Status:  new
    Component:  contrib.sessions     |                  Version:  1.10
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:
                                     |  Unreviewed
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by David Szotten):

 * status:  closed => new
 * resolution:  invalid =>


Comment:

 I'm running into a similar issue but have a different idea for a fix. I
 may be missing some reason why this also doesn't work but thought worth
 checking:

 what if {{{get_user}}} ( {{{django/contrib/auth/__init__.py}}}) checks if
 {{{request.session.session_key is None}}} (and if so just returns
 {{{AnonymousUser()}}}) before accessing the session?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/27686#comment:7>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/069.008435b02788d178ecb673ad572bb2ea%40djangoproject.com.

Reply via email to