I'm currently coding a view / visitor counter, which checks if the visitor is a human or a bot / crawler. I already found some solutions, which I use. One of these is a cookie (which is set with Javascript), but some Bots already allows to set cookies, and some humans doesn't. :/
Now I'm questioning if it's maybe more effective to set something in the HTML 5 storage. It's maybe more unlikely that bots supports the HTML 5 storage technology as cookies, or? And is it possible to disable the HTML 5 storage on any (human) browser? I haven't found any option yet.
Thanks, Sam.
PS.: Some useful / informative stuff I already know / use within my script: