Q. How can you destroy a PHP session?
β
Correct Answer: (A)
session_destroy()
Explanation: session_destroy() removes all data associated with a session.