Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

using local storage in HTML5 can I share it between various users

I'm planning to use html5 capability of localstorage to write a simple application, I would like to share the database file across multiple browsers(users on various machines) I'm not too worried about locking etc, as the number of users are only 3-5. Could anybody help on how i could achieve this.

like image 483
Jayanth Avatar asked Nov 20 '25 05:11

Jayanth


1 Answers

The is not possible as the data is stored on a per browser database. If your user switched between say Chrome and FF, a differing database would be used. The data is however shared amongst windows within the browser.

like image 170
Aaron McIver Avatar answered Nov 21 '25 20:11

Aaron McIver



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!