clearPile.php 59 Bytes
Newer Older
Hamza Arfaoui's avatar
Hamza Arfaoui committed
1 2 3 4
<?php
session_start();
session_destroy();
unset($_SESSION);