Hi - I am using the Django auth backend and I'd like to test which users are currently logged in. I can't do this just by grabbing User.objects.all() and testing each with is_authenticated, because the User objects being User objects as opposed to AnonymousUser objects will always return True for is_authenticated. Can anyone point me to the right way to do this?
- Tim --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

