J
|
Jane 12/18/2007 |
Cody, |
R
|
run4sbc author 12/18/2007 |
So I have a cookie |
J
|
Jane 12/19/2007 |
Cody, if (!@$_COOKIES["Username"]) setcookie("Username", $_SESSION["UserID"]);
if (@$_COOKIES["Username"]) { $_SESSION["UserID"] =$_COOKIES["Username"]; //you need to fill another $_SESSION variables if you use group security settings header("Location: menu.php"); exit(); } |