Answer Posted / chetan
session_destroy()
....// it will delete all session variables at once
unset
session_unregister()
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
for image work which library?
What does namespace mean in php?
What is difference between strstr() and stristr() in PHP?
Tell me what is the difference between unset() and unlink()?
What is a controller in programming?
Explain Type juggling?
Where is my php ini file?
How can we know the total number of elements of Array?
What is the use of mysqli_real_escape_string() function?
Is php a programming language?
What is the use of Mbstring?
What is the difference between explode() and split() functions?
How to genrate report in wordpress cms
What are the 5 types of variables?
Explain about the $_GET variable of PHP?