#16879: request.user does not synchronize using SET_SESSION_COOKIE
--------------------------------+-------------------------------
Reporter: Wim Feijen <wim@…> | Owner: nobody
Type: Uncategorized | Status: new
Milestone: | Component: Uncategorized
Version: 1.3 | Severity: Normal
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Easy pickings: 0
UI/UX: 0 |
--------------------------------+-------------------------------
Hello,
I have two sites running, on which I want to share request.user: meaning
that if someone logs in to one site, he is automatically logged in to the
other, and vice-versa.
I'm using
SESSION_COOKIE_DOMAIN = '.trumpetcms.nl' in both projects.
If I inspect the session data, both websites use the same session, having
a shared cookie where
'sessionid': '28a1fa5874533465c0ff2889d4a.....'
But if I successfully log in to one site, then I remain anonymous on the
other site. :(
I believe this to be a bug. Can some-one please confirm this? Or did I
misunderstand the documentation?
--
Ticket URL: <https://code.djangoproject.com/ticket/16879>
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 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.