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

Thanks
HarryG

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to