<?php
ob_start();
session_start();
$_SESSION = array();
unset($_SESSION);
session_destroy();
header("Location: /");