Hi,
If I use my paid web hosting w/ php support, my php code sets a cookie just fine - but if I try to do the same on pc w/ w2k iis5 sp4 - cookies are not being set.
<?
setcookie("uid", "admin");
setcookie("pw", "password");
?>
Is it something i misconfigured on my local web server/php ??