[PHP] Re: Count online users question

2003-11-27 Thread Kim Steinhaug
Cookies, or browsersession. I found the latter to be very easy to work with. -- Kim Steinhaug --- There are 10 types of people when it comes to binary numbers: those who understand them, and those who don't. -

[PHP] Re: Count online users question

2003-11-26 Thread Al
> I am trying to figure an accurate way to calculate how many users are > viewing a site, at any particular time. This task is very simple except for > one part - How do you determine when a person has left the site...apache > hasn't served anymore requests from a particular ip for xx minutes ?? H