I've noticed that my pageview counts are being messed up by the pipe-lining feature in Firefox. People who visit using Firefox with pipelining enabled count two (or more) times for each visit.
What is the best way to detect or block these duplicate requests? I need to know how to block it on my server, not just how to disable pipelining in Firefox.
I'm using PHP and Apache.