Why IE 11 could not able to check browser cookie enabled or disabled by using below script?
var browser_cookie = navigator.cookieEnabled;
Is there any way to find out the IE browser cookie is enabled or disabled in settings. I just want to find out in java script
Please help to resolve.
Thanks in advance,