Code Comments
Programming Forum and web based access to our favorite programming groups.HarryG wrote: > 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 This mailing list is for Smarty, not for general PHP problems. In most cases, this is done by inserting the date of the last access to the site into a database and read out how many rows exists with a date within the last five minutes. Rainer
Post Follow-up to this messageMy apologies. I posted the message here accidentally. I meant to post it in php.general newsgroup. Unfortunately I couldn't delete of recall this post. "Rainer Müller" <mueller_rainer@gmx.de> wrote in message news:crbe0j$qqr$1@sea.gmane.org... > HarryG wrote: a > > This mailing list is for Smarty, not for general PHP problems. > > In most cases, this is done by inserting the date of the last access to > the site into a database and read out how many rows exists with a date > within the last five minutes. > > Rainer
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.