Zend
200-530 · Question #437
Which of the following statements is true about deleting a client's cookie?
The correct answer is D. You cannot delete a cookie from a client computer. See the full explanation below for the reasoning.
Question
Which of the following statements is true about deleting a client's cookie?
Options
- AYou can delete a cookie by using the session.rem_cookie() function.
- BYou can delete a cookie by using the delcookie() function.
- CYou have to set the session.gc_maxlifetime INI setting in the php.ini file.
- DYou cannot delete a cookie from a client computer.
How the community answered
(60 responses)- A3% (2)
- B7% (4)
- C10% (6)
- D80% (48)
Community Discussion
No community discussion yet for this question.