<<< Previous question <<< Question ID#0581.md >>> Next question >>>
To destroy one variable within a PHP session you should use which method in PHP 5?
- A) unset the variable in $_SESSION using unset()
- B) Unset the variable in $HTTP_SESSION_VARS
- C) Use the session_destroy() function
- D) Use the session_unset() function
Answer
Answer: A