Hey, I know you can use sessions to work a PageCounter and such, but is there a way to COUNT the number of Sessions currently active?
With ASP, I can use an Application object to count individual sessions, but I don't know how to do this with PHP.
The idea is to get something like
"There are currently 'No. of Sessions' users browsing this site."
thanks