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
What are the variables in php?
What is __ invoke in php?
How to remove all duplicate values in array in php?
Is php difficult to learn?
How will you calculate days between two dates in PHP?
What is an array in php?
What types of loops exist in php?
What is php oop?
What is the use of htmlspecialchars in php?
What does $this do in php?
What is the difference between array_map () and array_shift ()?
Which is correct about mysqli and pdo?
How is it possible to propagate a session id?
How to get the ip address of the client?
How to get the length of string?