javascript - Persistent client-side web storage -


we developing in-house web-based application viewing data reports while targeting on smartphones , tablets. our customer asked possibility devices access content. hence use technologies based on javascript/html5 no capable of reading unique id imei or device uuid. idea consists in making random id (very simple) , storing (not simple) such id on server , device using:

localstorage, cookies, html5 file api, websql, indexeddb wrapped in http://amplifyjs.com/api/store/ or http://samy.pl/evercookie/

the problem abovementioned techniques not quite persistent. vulnerable cookie and/or cache cleaning.

can make such id "more" permanent or find other workaround allow connect devices site?


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -