Set up local storage path for all users

Set up local storage path for all users

Hi I want to set local storage variable for all windows users. Which i can set/retrieve data from logged in by any user. Currently i am trying to set from jQuery

localStorage.setItem('titles', titles.text());

but it stored on location C://Users/{username}/AppData/myapp. I want to change path of it.