I'm here out of desperation.
My very simple cookie scripts were created using off-the-shelf standard Javascript commands. I tested these on various Windows and Mac browsers and all seemed to work.
I'm setting the name, path, domain name, and expiration date.
There is a problem with my customer not having the cookie functionality on her computer (Windows XP)
I tested it on XP here and it works fine.
I have another XP box here and the cookies do not work at all. (They're not being created and no warning notice is being generated)
So now I compared the two to find the differences.
Both are running Win XP SP2.
Both have identical default security settings.
Both have the exact same latest version of IE 6.
Both have all the latest Win XP SP2 updates applied.
Yet one computer is reading and writing the cookies and the other one isn't.
I even changed the security settings down to accept ALL cookies just to test it out, and still no cookies. I've read quite a bit about P3P blocking cookies but before I spend hours and hours going down a dead-end, I figured I'd see what you all think. I'm not sure P3P is blocking them since it still doesn't work when the settings are set to the lowest.
I'm not doing anything substantial. I'm just setting and storing two variables that I need to access again across pages and user sessions. The information has nothing to do with the user's personal information- in fact the user is totally anonymous as far as my script is concerned. I'm only trying to retain the user's selection on a select menu for any future visits to the page.
My head hurts. 
Last edited by sparky672; 10-30-2006 at 09:23 PM..
Reason: grammar & clarity
|