Welcome Guest, Not a member yet? Register   Sign In
Easiest way to show anonymous and registered users online?
#1

[eluser]felyx[/eluser]
I am using Ion Auth and I am wondering whats the easiest way to show who is online (registered and anonymous users)? Thank you in advance!
#2

[eluser]bassneck[/eluser]
I believe, you could count session records in the database (if $config['sess_use_database'] = TRUE) where (now() -last_activity) < $some_value * 60 minutes

However, if you have a lot of visits, it will cause high database load, so consider caching this value somehow and update it periodically (like every 5-15 minutes).




Theme © iAndrew 2016 - Forum software by © MyBB