finding users online at any moment
Moderator: General Moderators
-
bugthefixer
- Forum Contributor
- Posts: 118
- Joined: Mon Mar 22, 2004 2:35 am
finding users online at any moment
I want to dispaly on my site how many users are online right now. Is there any specific function to findout users currently online.Currently i m using database, everytime a user signs in the value in databse is incremented and everytime he signs out the value in databse is decremented.But i think there is some specific function to do that.