PHP mengatur cookie selama 5 detik

    setcookie("logOut", "Log Out Done!",time() + 5 // you can set any number like 6,7,8 );
Omar