How can we destroy the session, how can we unset the
variable of a session?
Answer Posted / rajan vardawaj
session_unregister() - Unregister a global variable from the
current session session_unset() - Free all session variables
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
How does cookies work in php?
How to check a key exist in an array?
What is $_session in php?
What are the advantages of triggers?
Tell me what is the use of mysql_real_escape_string() function?
How can you get web browser’s details using PHP?
What is the use of return in php?
Tell me how can we get the error when there is a problem to upload a file?
What is a closure in php?
How break and continue while loop in php?
Does php support polymorphism?
How big is nvarchar max?
What is session_register()?
Tell me how would you declare a function that receives one parameter name hello?
Code to upload a file in PHP?