We recently switched from cookies to using sessionStorage - the trigger for switching was IE problems .
Now we find that sessionStorage does not work across subdomains - the www.site.com
repository www.site.com
isolated from the site.com
repository.
Is there a modern alternative to get them to collaborate? This is easy to do with cookies, but I would not want to return from sessionStorage or (gasp) use both methods at the same time.
source share