<?php
session_name('voli_2023_2024');
session_start();
session_unset();
session_destroy();
header("Location: index.php");
?>