What are the ways we can destroy a session variable ?
Answer Posted / nilsoft
There are three ways
1. session_destroy()
2. session_unset()
3. session_unregister()
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Which function can be used to exit from the script after displaying the error message?
What are the new features in php 7?
What is trim function in php?
What is apache and php?
What is php and how do you use it?
How to assigning a new character in a string?
What is the difference between $name and $$name?
What is curl php?
What is final keyword in php?
How should a model be structured in mvc?
What are the different types of array in php?
How to uploaded files to a table?
What is whitespace in html?
What are the differences between session and cookie?
Php error constants and their descriptions