I\'m not sure what would be the easiest way to do this. I need to be able to detect what users are online on my website. So when people are viewing a thread or something it
Edit: You could optionally make a javascript "ping" the server (request an empty page) every two minutes or so if you want people idling with your Website open to be displayed as online, too.