How can we destroy the session, how can we unset the
variable of a session?
Answer Posted / sreenia
the better way of destroying a session is to first unset all
the values of $_SESSION variables individually, and then use
the session_destroy() function
Is This Answer Correct ? | 17 Yes | 6 No |
Post New Answer View All Answers
What is strcmp?
What is php full form?
What is echo in html?
Why do we use in php?
What is the difference between associative array and indexed array?
What does type casting mean in php? Explain with an example?
How to download and install php on windows?
How to create a session? How to remove data from a session?
Define about declare construct?
What is strlen php?
What are the differences between session and cookie?
Steps for the payment gateway processing?
Which method removes the last element from the end of an array?
discuss the issue of software theft in ghana and how it has affected the economy
What is the difference between the include() and require() functions?