Zend
200-530 · Question #73
Which of the following functions can help prevent session fixation vulnerabilities?
The correct answer is D. session_regenerate_id(). See the full explanation below for the reasoning.
Question
Which of the following functions can help prevent session fixation vulnerabilities?
Options
- Amagic_quotes_gpc()
- Bstrip_tags()
- Caddslashes()
- Dsession_regenerate_id()
How the community answered
(43 responses)- A14% (6)
- B7% (3)
- C2% (1)
- D77% (33)
Community Discussion
No community discussion yet for this question.