-1
Is there a way to share localstorage with multiple browsers?
For example, I define localStorage.setItem("lang", "pt");
in Chrome, however, I would like this value to be available in Firefox and other browsers that support Localstorage.
OBJECTIVE: My goal with this is to make a way of my system understand the language that the client choose and that I saved in localstorage and recover at other times in other browsers.
Is there any way?
If it were possible, it would be a very serious security breach.
– user28595
I’ll edit the question to see if there are any cool suggestions...
– Diego Ananias