I don't know how to test this locally.
Say I have a website at www.domain.com
that stores something in localstorage. I have the web application at app.domain.com
, can it access the item stored in localstorage by www.domain.com
?
Is it accessible across subdomain?