I have a login system (x.x.x.x: 8000) that generates a localstorage. When a user clicks a certain button it goes to another system (x.x.x.x: 8001) and needs the information stored in the previous system's localstorage (x.x.x.x: 8000). Is it possible to share the localstorage generated in the login system (x.x.x.x: 8000) with other systems?
Thank you very much