Answers for "destroying all data associated with the current session of that user."

PHP
1

php session destroy

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

Code answers related to "destroying all data associated with the current session of that user."

Browse Popular Code Answers by Language