Posted by HarryG on 01/04/05 01:46
My 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:
> > 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
[Back to original message]
|