I have an web application that allows a user to store their selection criteria in cookies and retrieve them for later use. This has been working fine for more than a week, but this morning, no user could use or retrieve their cookie. They could save the cookie and you could view it in the cookie file in the temorary folders directory, but using javascript:alert(document.cookie) would return a blank value. ASP could retrieve the cookie without any problem though. Deleting the cookie from the temporary folders directory and the cookies directory (in Windows 2000) solves the problem.
Has anyone come across this type of behavior before?
Has anyone come across this type of behavior before?