IE is not sending session cookie on Windows 8.1 on load
Posted in General by Tim Bowden Fri Jul 01 2016 10:39:34 GMT+0000 (Coordinated Universal Time)·3·Viewed 800 times
Hi. I'm using ocLazyLoader in a project to load js files into a page. There is an authentication module in the Azure app service hosting the files that requires the ASP.Net_SessionId cookie to be sent. It is being sent in IE11 on Windows 10, but not in IE11 on Windows 8.1.
Is this an issue that has been encountered/solved by anyone else?
Thanks
Tim
It doesn't ring a bell, but cookies should be sent will all requests by your browser without anything to do on your part.
In this lib's case, js files are loaded by creating a script tag with the url of the file, it's not a xhr request, this means that there's nothing more that you can do...
Unless you want to write your own loader (or use requirejs)
Thanks Olivier
It seems it is behaviour of IE11 Win 8.1 version. It still occurs if the script tag is added just with jQuery.