Source of: /ADI/auth-db-sessions/logout.php

<?php
     session_start
();
    
session_destroy();
    
header("Location: goodbye.html");
?>