Hiyas :)

I'm having a problem with the code copied below not creating the cookies
that it should do;
  setcookie("loggedInUID",$_POST['uname'],ms_cookie_time((time()+120)),'/',
$cookie_base);

setcookie($_POST['site_id'],$_POST['ucaps'],ms_cookie_time((time()+120)),'/'
, $cookie_base);
Basically those two lines are part of a file on server X that's called by a
file on server Y by a command similar to:
  header("Location:
http://ServerX/connect.php?uname=username&site_id=siteid&ucaps=ucaps";);
I'm at a complete loss as to why it's not creating the cookies properly. Any
suggestions?

Rob! x ;o)

Reply via email to