So I'm working with an application that sends back an ID for the browser to use in future XHRs in an httponly cookie.
However, in future requests to the server, this cookie is not being submitted in IE11 on Windows 7. This works in Opera, Chrome, Firefox, and Edge.
Any help on this would be great! I'm totally stuck.
I found the answer!
Make sure that the Privacy Settings in the Internet Options accepts third party cookies! You can do this by either making sure the Privacy Settings are at a setting lower than medium or manually accepting first- and third-party cookies in the Advanced Settings.