Answers for "unset session key"

PHP
-2

php clear session

<?php
session_destroy();
?>
Posted by: Guest on March-08-2020
0

unset session key

unset($_SESSION['variable_name']);
Posted by: Guest on January-28-2021

Browse Popular Code Answers by Language