I'm using authentication and login/logout from django.contrib.auth
(version .96 of Django), but the documentation does not match the
source apparently.

Docs say I pass both the request object and the authenticated user
object to the login method, but that fails - login expects only one
argument. When I pass only user, no session is created (I am now
manually creating the session) and in turn logout does not work,
because there is no session, so I again am manually logging the user
out.

Any suggestions as to what I'm doing wrong or why the documentation is
out of sync with the code?
--~--~---------~--~----~------------~-------~--~----~
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