Forum Moderators: coopster
<?PHP
setcookie("user_type", $user_type, time()+31536000);
setcookie("first_name", $first_name, time()+31536000);
setcookie("user_ID", $user_ID, time()+31536000);
?>
On IE this is fine, but with firefox and netscape it is only setting the first_name cookie.
can anyone help?