
How can we destroy the session, how can we unset the variable of a session?

Hi all,
You can destroy session by using session_destroy() function.
You can unset the variable of a session by using unset($session['name']), and you can also assign null value like $session['name']==' '.
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.