dmolsen / Detector

Detector is a simple, PHP- and JavaScript-based browser- and feature-detection library that can adapt to new devices & browsers on its own without the need to pull from a central database of browser information.
http://detector.dmolsen.com/
MIT License
844 stars 80 forks source link

Cookies disabled = infinite refresh loop #28

Closed isGabe closed 10 years ago

isGabe commented 10 years ago

With cookies disabled, I get an infinite refresh loop, with ?nocookies=true added to the url over and over again. Known issue?

isGabe commented 10 years ago

Nevermind, it seems to be something with my setup. I tested your demo and a totally reduced test case with nothing but Detector and no cookies is no problem for either of those.

I'm using it with Drupal, and there's probably some sort of rewrite conflict going on...