This has me really flabergastted!!
setcookie appears to not be working!!
i have checked to make sure the browswers ( yes i have tried numerous browsers ) have the accept all cookies enabled.
i have checked to make user track-vars is enabled.
after having called setcookie("ktcookie","me",time()+600,"/","xxx.com" )
quering the existance of $ktcookie fails.
while ( list($a,$b) = each($HTTP_COOKIE_VARS) ) echo $a, $b
returns nothing..
phpinfo() returns the page without the variable HTTP_COOKIE_VARS being mentioned.
i don't know where else to go??
any suggestions would be greatly appreciated.
kevin