How do you destroy a session?
Answer / Nitin Paliwal
You can destroy a PHP session using session_destroy() function. This function unsets the session and destroys all of its data.
| Is This Answer Correct ? | 0 Yes | 0 No |
What’s the difference between sort(), assort() and ksort? Under what circumstances would you use each of these?
Who is the father of php?
What does session start do in php?
how to install openssl, ISAPI, pdf modules in php 5.2.5 with apache on windows xp.
Php says that an array is an ordered map. But how the values are ordered in an array?
What can php do?
Give any ten basic functions in PHP?
How can we encrypt the username and password using PHP?
13 Answers Avaria, HCL, TCS, Xpert,
How to open a file for reading?
What is $_session in php?
What is filter_var?
Is empty check in php?