session_start();
if(isset($_COOKIE["ots"])){
setcookie("ots",1,time()+(60*20));
//session kontrolü
}
else{
if(isset($_SESSION["slogin"]) and $_SESSION["slogin"]==true)
{
setcookie("ots",1,time()+(60*20));
}
else{
//oturum kontrolü session ve cookie atama
}
?>

uykulu atılan kod düzenlendi:)