Zend Certified PHP Engineer 200-550 Question # 41 Topic 5 Discussion

Zend Certified PHP Engineer 200-550 Question # 41 Topic 5 Discussion

200-550 Exam Topic 5 Question 41 Discussion:
Question #: 41
Topic #: 5

Which of the following does NOT help to protect against session hijacking and fixation attacks?


A.

Use SSL and set the $secure cookie parameter to true .


B.

Set the session.use_only_cookies php.ini parameter to 1 .


C.

Set the session.cookie_lifetime php.ini parameter to 0 .


D.

Protect against XSS vulnerabilities in the application.


E.

Rotate the session id on successful login and logout using session_regenerate_id()


Get Premium 200-550 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.