Questions tagged [userinfo]
151 questions
-3
votes
1 answer
django : already logged in but, request.user.is_authenticated is guest
My website use to login function of django.contrib.auth.views.login.
But, some pages has problems about getting user information.
I tried to request.user & request.user.is_authenticated(). then request.user = "admin"(ok) but,…

user1161599
- 261
- 1
- 4
- 17