site',
> )
>
> When i was running this project under .96 i never had this issue.
> It's as if the auth.login line is somehow failing silently. I've
> tested and am absolutely sure that the code does everything it should
> but that one auth.login line
I got exactly the same problem, with the nearly the same code.
I used pdb and check that login(request, user) is well called.
But in the next view, in my template i do a {% user.is_authenticated
%},
and it seams that the user is not logged in.
Someone have an idee ? bug or wrong session configurat
Having looked through the archived posts, i found a similar problem
that had found no solution:
http://groups.google.com/group/django-users/browse_thread/thread/bf056018de75c6b5/12723e786ce0fa6e?lnk=gst&q=login#12723e786ce0fa6e
It looks like django is not actually logging my user in, or not
creat
3 matches
Mail list logo