1

I will have 14 devices visiting a web page for a period of 30 day. I have no access to the devices, and want to count the visits from each device. I am coding the server side PHP too.

I don't want to use PhoneGap/Cordova or cookies. Is there a pure JS solution?

IMEI, MAC address, serial number, some fingerprint based on hardware ... anything at all, so long as I can distinguish them.


[Update] these will be new devices, fresh from the box, so fingerprinting can't rely on browser history, installed apps, etc. They will be identical except for hardware.

Mawg says reinstate Monica
  • 38,334
  • 103
  • 306
  • 551
  • Devices can have their parts replaced. What is the device? The processor, the SIM card, the network adaptor, its storage, ...? – trincot May 07 '16 at 13:24
  • Possible duplicate of [How do I uniquely identify computers visiting my web site?](http://stackoverflow.com/questions/216542/how-do-i-uniquely-identify-computers-visiting-my-web-site) – trincot May 07 '16 at 13:26
  • Those all use either cookies or browser fingerprinting, which I can't use. I updated the question. – Mawg says reinstate Monica May 07 '16 at 14:33

0 Answers0