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
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.