bah...

session_destroy();
unset($_SESSION);
$_SESSION = array();
setcookie("ricordami", "", time()-2592000);
setcookie("user_runner", "", time()-2592000);
setcookie("id_runner", "", time()-2592000);

header("location: index.php");