Add exams from exam58 to exam98
This commit is contained in:
8
exam73/unset.php
Normal file
8
exam73/unset.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
session_start();
|
||||
|
||||
unset($_SESSION['username']);
|
||||
|
||||
session_destroy();
|
||||
?>
|
||||
Reference in New Issue
Block a user