I am facing very weird issue with Angular on IE 11 and Edge 44. I have one web application, build with Angular 6 and there we maintain some values in SessionStorage.
There is one flow where I have to navigate to 3rd party web application for some processing and can come back to my original application within the same window tab.
While navigating to 3rd party application, I store few values in SessionStorage. But when I come back to my application from there, then I couldn't find those stored parameters into Storage.
It's working for Chrome, Safari & earlier versions of IE. But facing this issue, for IE 11 & Edge on specific machines only.