okay i have two cookies that i want to set. This works fine on my machine however when i upload it only one of them sets. I have tried switching the order of the setcookie() calls, i have tried putting a static value in. but no luck. it refuses to set cookie_id. here is the actual calls to set the cookies.
setcookie("cookie_user", $username, time()+31449800);
setcookie("cookie_id", $id, time()+3600);