Answers for "destroy all the global variables associated with the session."

PHP
1

php session destroy

<?php
// Destroy the currently active session.
session_destroy();
?>
Posted by: Guest on April-14-2020

Code answers related to "destroy all the global variables associated with the session."

Browse Popular Code Answers by Language