In a webapplication the document.cookie is set using the setCookie method defined with in a .js file. When we try to print out or read the document.cookie; it is always null in a IE9 browser of a particular machine. This is not a code related issue. When the same code is run on different machine using IE9 the cookie value is set and shows up. Is there any setting in the IE9 that needs to be enable to read the cookie?
↧