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
What is trait in php?
How are php sessions stored?
how to open & closing opening period in fico
What is laracast?
What does $_env mean?
What is difference between required and include in php?
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?
What is php resource type?
What is meant by urlencode and urldecode?
What is the method to register a variable into a session?
How would you open a directory for reading in php?
What is the use of stripslashes in php?
Can we extend multiple classes in php?
How to check an element is exists in array or not in php?
Explain me what are the main error types in php and how do they differ?