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 anyone tell me how to make this work? Thanks very much.
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 anyone tell me how to make this work? Thanks very much.