nerdexam
Zend

200-530 · Question #447

You want to save client's session values in a database. Which of the following actions will you take to accomplish the task?

The correct answer is D. Use the session_set_save_handler() function. See the full explanation below for the reasoning.

Question

You want to save client's session values in a database. Which of the following actions will you take to accomplish the task?

Options

  • AUse the session_save_path() function.
  • BEnable the session_save directive in the PHP.ini file.
  • CUse the session_save() function.
  • DUse the session_set_save_handler() function.

How the community answered

(68 responses)
  • A
    4% (3)
  • B
    6% (4)
  • C
    12% (8)
  • D
    78% (53)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice