i set the cookies.
i enabled my cookies.
my code
<?php
//set cookies
setcookie($user, $user);
//redirect
?>
it is for a game i created it calls the users name to locate his/her stats.
i can't log in because the cookies won't store my name.
my cookies are called from an external function in the...