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
What is the use of @ in php?
What is constructor and destructor?
How to delete an element from an array?
What are the advantages of object-oriented programming in php?
Write a program to get lcm of two numbers using php?
How can you compare objects in php?
What is the difference between echo, print and printf()?
How cookies are trported from browsers to servers?
What is laracast?
Write a program using while loop in php?
What is the delimiter default in PHP?
What does a delimiter do in mysql?
Explain what are psrs?
What is php? Why it is used?
Tell me how can we pass the variable through the navigation between the pages?