How can we destroy the session, how can we unset the
variable of a session?
Answer Posted / lakshmi
using session_destroy()we can destroy the session and using
session_unset() we can delete all the session variable
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is meant by pear in php? What is the purpose of it?
Tell me what are sql injections, how do you prevent them and what are the best practices?
What is a php array?
Which is faster for or foreach php?
Are php variables global?
Write a program in php to print a table of a number?
Is php good for career?
What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?
What does the unset() function means?
Write a program to display reverse of any number?
How to check an key is exists in array?
How stop the execution of a php scrip?
What kind of things have you done on the social side?
What is the purpose of break and continue statement?
Explain me soundex() and metaphone()?