Zend
ZF-100-500 · Question #1
Fill in the blank with the appropriate PHP function. The_____________ function is used to replace the current session id with the new session id, and to keep information of the current session.
The correct answer is A. session_regenerate_id(). See the full explanation below for the reasoning.
Question
Fill in the blank with the appropriate PHP function. The_____________ function is used to replace the current session id with the new session id, and to keep information of the current session.
Options
- Asession_regenerate_id()
How the community answered
(31 responses)- A100% (31)
Community Discussion
No community discussion yet for this question.