Is there an easier way to count the total number of sessions running on a
PHP webserver? something like session_count();
I've seen some php site where it tells you how many people are currently
online, which I guess is being done by keeping a count of total sessions
running on the server