johnny napisaĆ(a): > What I want to do is display "online/offline status" on user profile? > > anybody have an idea how to get information about user is logged > in(active session) or not?
If you have auth combo enabled (middleware + context processor for templates), you can examine output of request.user.is_authenticated(). -- Jarek Zgoda Skype: jzgoda | GTalk: [EMAIL PROTECTED] | voice: +48228430101 "We read Knuth so you don't have to." (Tim Peters) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---