Zend
200-530 · Question #518
You want to destroy session variables within a PHP session. Which of the following methods can you use to accomplish the task? mEach correct answer represents a complete solution. Choose all that…
The correct answer is A. session_regenerate_id() C. session_destroy(). See the full explanation below for the reasoning.
Question
You want to destroy session variables within a PHP session. Which of the following methods can you use to accomplish the task? mEach correct answer represents a complete solution. Choose all that apply. Zend 200-530 Exam
Options
- Asession_regenerate_id()
- Bremove_session_element()
- Csession_destroy()
- Ddelete_session_variable()
How the community answered
(48 responses)- A73% (35)
- B10% (5)
- D17% (8)
Community Discussion
No community discussion yet for this question.