I am using Win95 + Apache + Ie5 and my cookies are not being set. I have swtiched on prompt in IE but nothing. I have just 1 line of code:
setcookie("portaluser", $username, time()+600, "/" , "", 0);
The variable $username does have a value
Many THanx
Marcus