Yes, I set IE 6.0 to accept cookies. Actually, the path is
Tools->Internet Options->Privacy
where one finds a slider to set privacy. I have 'medium', which allows cookies from all websites.
I am using
time() + 366*86400
for the time parameter, which should make the cookie good for...
I use setcookie() successfully on Netscape 4.72 and Netscape 6.1, but it fails on IE 6.0.
The call is very straightforward:
setcookie( name, value, expire);
It works in the Netscape browsers (I can see the cookie in the ~/.netscape/cookies file), but never gets set in IE 6.0
Can...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.