Q. What does request.user.is_authenticated return?
β
Correct Answer: (C)
True if user is logged in
Explanation: request.user.is_authenticated returns True if the user is logged in.