I've got a webapp running in fullscreen that interacts with a database via ajax.
Is there a way i can get a "signature" or "id" of a device to store for each device???
Basically I've got a "saved items" option, and they will be saved to a unique id. I cant use IP Address coz of multiple devices or if you use the 3G service. Any other ideas? (dont want user authentication).
Could I save an array in the manifest file and access that?
Thanks