I am testing(on localhost on Windows 7 64 Bit) the behaviour of my web application when cookies are blocked.
When testing on IE11, it seems you cannot block cookies, even when the IE11 settings show that I have blocked cookies.(I have also tried uninstalling & re-installing IE11, just in case something was broken, but cannot block cookies.)
I have researched and been to the following places but no answers;
- Cookies disable doesn't work in Internet Explorer 11 using advance setting
- Cookie disabled issue in IE
- document.cookie is still accessible on IE11, even though cookies are disabled
- https://superuser.com/questions/1000545/internet-explorer-11-cant-disable-localhost-cookies
Or may be I should just forget about Internet Explorer ? (Thanking the coding community in advance)