I'm currently building two react apps with both storing a redux state in local storage.
Will the example domains below share the same local storage?
- www.website.com
- admin.website..com
Due to the nature of the apps, I do not want their local storage to be shared and hoping this is the default behaviour.