I have a small login script that
checks users against DB and then redirects.
something like:
if($login){
setcookie ("UserID", $row["User_ID"])..
header (Location...)
}
i am testing the script on a intranet
BSD box (freeBSD/apache 1.3.12/PHP-4.0.4pl1) and it worx just fine.
but when i put the script on the my internet
box (linux/apache 1.3.19/PHP-4.0.4pl1) the cookies are not being created ....
any ideas...