Home Answers Viewqa PHP How can we destroy the session, how can we unset the variable of a session?

 
 


brijesh
How can we destroy the session, how can we unset the variable of a session?
1 Answer(s)      2 years and 6 months ago
Posted in : PHP

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

View Answers

November 15, 2010 at 5:25 PM


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









Related Pages:

Ask Questions?

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.