I am having an issue on some PC where the system can't read a cookie
I have this code:
On one PC running W98 IE 6.0 test2.asp shows "Cookie not read KO". I tried everything in the security and privacy options but no way to get it working. I also added the website in the allowed websites of the privacy section but it didn't change at allCode:test1.asp <% Response.Cookies("Codigox") = "Cookies written" Response.Cookies("Codigox").Expires = DateAdd("n",60,Now) response.Redirect("Test2.asp") %> test2.asp <% if Request.Cookies("Codigox") = "Cookies written" then response.Write "Cookie written and read OK" else response.Write "Cookie not read KO" end if %> <br><br><a href=Test1.asp>Click here to try again</a>
On the same machine it's working fine with Firefox.
The URL: http://www.mejoresdatos.cl/test1.asp





Bookmarks