diff --git a/Rocksolid_Light/spoolnews/user.php b/Rocksolid_Light/spoolnews/user.php index 338d413..5805c65 100644 --- a/Rocksolid_Light/spoolnews/user.php +++ b/Rocksolid_Light/spoolnews/user.php @@ -11,6 +11,8 @@ if (isset($_POST['command']) && $_POST['command'] == 'Logout') { } $_SESSION = array(); session_destroy(); + unset($_COOKIE['mail_name']); + setcookie('mail_name', '', -1, '/'); $logmeout = true; } else { $logmeout = false;