Posted by Rainer Mόller on 01/03/05 14:32
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
Navigation:
[Reply to this message]
|