Please what is worry with this, the cookie not set.
PHP Code:
$c_time = 10;
$_SESSION['nick'] = "adex3g";
setcookie("nick",$_SESSION['nick'], time()+60*60*24*$c_time, "/");
Comment