Hi,
I have found several articles explaining the issue with sessionStorage and localStorage variables not working on IE as expected. However, I haven't found any write up that explains a workaround. Storage polyfills also don't seem to work with IE and I don't want to use JSON. Is there an easier workaround?
My webpages are local and not hosted on any server. Everyone in the company browses them from a shared location. The javascripting uses sessionStorage heavily to help navigate better. Unfortunately IE is the only browser where this does not work. Users who browse on Linux environment are ok since Firefox 16.0 and above works as expected.
Please let me know. Thanks!