I am currently working on mobile device web applications, and I was wondering if there is some sort of unique id number per device that could be detected via the browser.
The purpose would be to store this number in order to recognize people who already visited the site.
I was working with bluetooth quite a lot, and there some sort of mac address you can store when you detect a device, and I was using this as Id number, so that's my question, is there a general ID number I can detect from the browser...?
Thanks.