Tracking unique visitors only?

后端 未结 7 1892
猫巷女王i
猫巷女王i 2020-12-03 05:49

Currently I have a file called \"hits.php\" and on any page I want to track page hits I just use

How can I track u

7条回答
  •  爱一瞬间的悲伤
    2020-12-03 06:08

    You could save a timestamp to localStoage in javascript. LocalStoage isn't removed by the browser, so you should be save to check against that. I know that it isn't serverside checking, but it may be helpful anyway.

提交回复
热议问题