Monday, 15 September 2014

html5 Local Storage Across Different Browsers -



html5 Local Storage Across Different Browsers -

i did local storage using chrome , seek access through firefox. it’s not there. can clarify valid test case store , retrieve html5 local storage using different browsers? per understanding html local storage path browser specific. assume need utilize same browsers both storage , retrieve belongs specific key. right statement?

local storage "local" in exact browser , in browser. retrieve stored in local storage, must utilize same browser, same key , retrieve page in same origin (e.g. domain).

if want available across multiple browsers, have identify user somehow (usually user login) , need store info on server somewhere info can served same user across multiple browsers.

html5 local-storage

No comments:

Post a Comment