How can we destroy a session in PHP ?

We can destroy session by using session_destroy(); .

session_destroy()
<?php

session_destroy() ;

?>