current users

im needing to find the current number of logged in users in my site, theres an extension but it just shoes how many total visitors are at your site and not the specific logged in users, can someone tell me where to look?

You can write a record into DB when user logs in and then count these records.

Also you can move sessions to DB and count active ones.