Counting the number of visits
I am using Statcounter now for a few weeks and I am very happy with it. There is only one thing that has to be inproved and that is the counting of the number of visits. When a visitor refuses cookies, every page load is counted as a separate visit. But in the visit paths, all these "visits" are combined because they have the same IP. So the system knows that it is only one visitor. Now I have to determine the number of visits by counting them in the table "visit paths". I assume it must be possible to count the visits of someone who does not allow cookies in the right way because the IP is known. The counter that I used up to now had no problems with this.
|