Simple Web Server and Chrome

I should have seen that.
It was the "GET /favicon.ico HTTP/1.1" that I was missing.
Thanks.
I'll be good to go now !

BobW

SurferTim:
It is the web browser request for favicon.ico that adds to the count. Chrome requests it every reload. Firefox and IE don't.

Check for the request for "GET /favicon.ico HTTP/1.1" and ignore that count.