I'm trying to set a cookie with a PHP script, but it won't set for some reason. The code works fine on the web server that I host my site, but not on this test NT workstation running Apache.
Is there some configuration setting we need to do?
here's the actual code I'm using:
setcookie("user",$login_id,time()+243200);
any help would be appreciated