How To Access A Subdomain's Html5 Localstorage From The Root Domain?
When I have www.mydomain.com and mydomain.com, each of them gets a separate localStorage. I've read here http://msdn.microsoft.com/en-us/library/cc197062(VS.85).aspx that I can ac
Solution 1:
I've wrote a cool library that solves the cross domain local storage problem using shared iframe and post messages. It event comes with angularjs support. Check it out on github
Post a Comment for "How To Access A Subdomain's Html5 Localstorage From The Root Domain?"