Hi,
I want to count the number of unique visits to a web page.
Any simple code to do this?
Thanks.
Hi,
I want to count the number of unique visits to a web page.
Any simple code to do this?
Thanks.
What is the criteria for being “unique”? – you will not be able to gauge “true” uniqueness.
yes there is, but do you want to count on a per session basis or per ip address regardless of number of sessions?
You also haven’t stated how or where you want to store these counts.