After verification, the session_start() function must be called first before using the session_destroy() function.
That is, the following code is required:
Copy code The code is as follows:
session_start( );
session_destroy();
?>
http://www.bkjia.com/PHPjc/323683.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/323683.htmlTechArticleAfter verification, the session_start() function must be called before using the session_destroy() function. That is to say, the following code is required: Copy the code The code is as follows: ? session_start(); session_destro...