views:

72

answers:

0

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 access www.mydomain.com's localStorage from mydomain.com root domain. But how do I do that? I've tried localstorage['www.mydomain.com'].getItem... but that doesn't seem to work.

Is that IE specific? I tried in Safari 5.

Thank you.