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 to turn on the session support?
Is runtime polymorphism overriding?
Which function(s) in PHP computes the difference of arrays?
What is the function of string in c?
What is abstract class php?
What are the advantages of stored procedures in php?
How to find current date and time?
How does cookies work in php?
Is PHP runs on different platforms (Windows, Linux, Unix, etc.)?
How to open a file for writing?
List some array functions in php?
What is the static variable in function useful for?
What is the purpose of the '.frm' file extension? What do thes file contain?
How is it possible to set an infinite execution time for php script?
Explain the purpose of output buffering in php.