Trusten
08-16-2002, 02:31 AM
what could cause this, or rather, what to do about this?
the simple
<?php
setcookie ("ck_username", $username);
setcookie("ck_password", $password);
?>
will only set for it's folder, and NOT for the entire site. If another folder checks for this cookie, it will not pick it up for some reason.
how can i fix this?
the simple
<?php
setcookie ("ck_username", $username);
setcookie("ck_password", $password);
?>
will only set for it's folder, and NOT for the entire site. If another folder checks for this cookie, it will not pick it up for some reason.
how can i fix this?