Windows 8.1 permits reading of cookies even when privacy is set to "Block All Cookies"
As part of testing my website I ran the following test:
To see if cookies are enabled or disabled I have some javascript which looks for a cookie which is always sent. If cookies are disabled the javascript fails to find the cookie and a message is displayed to the user.
The above procedure works in all major browsers except IE11 on Windows 8.1 (desktop and metro versions): surely this a bug in IE11? Or do I need to do more than set privacy to "Block All Cookies".
Thanks,
Alastair