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 is php and its uses?
What is purpose of @ in Php?
How can we change the maximum size of the files to be uploaded?
How can we get the error when there is a problem to upload a file?
Do you know design patterns. List few?
How to access a global variable inside a function?
Is server side a session?
Is it more secure to use cookies to transfer session ids?
What are the disadvantages of php?
What is phpsessid?
What are php strings?
How to enable cURL in PHP?
What is the difference between public, protected and private?
What is __ invoke in php?
Tell me what is the importance of "action" attribute in a html form?