On Tue, 27 Oct 2009 17:55:07 +0100 Michel Morelli michel@ziobuddalabs.it wrote:
Hi all. I'm creating a user-profile page and I need to write if the user X is online or not. How can I do it ?
I'd go for counting the sessions (whth/without uid). If you want to do it the drupal way you could give a look on how it is done in the Who's online block.