setcookie and IIS
Posted: Tue Mar 09, 2004 2:50 pm
I'm having some oddball issue with setcookie and IIS. I have tried even running a single line script just to test the cookie and it just doesn't work at all on one server, but does 100% on another. Both of them are IIS.
setcookie("name",$_user,time()+(60*60*24*7),'/','www.link.com');
Is there something with php4 and IIS that makes this foobar on occasion?
Thanks
setcookie("name",$_user,time()+(60*60*24*7),'/','www.link.com');
Is there something with php4 and IIS that makes this foobar on occasion?
Thanks