nerdexam
Zend

200-530 · Question #430

You allow PHP to dynamically choose whether to propagate the session identifier via cookies or the URL, depending on the user's preferences. Which of the following PHP.ini directives will you use?

The correct answer is D. session.use_trans_sid. See the full explanation below for the reasoning.

Question

You allow PHP to dynamically choose whether to propagate the session identifier via cookies or the URL, depending on the user's preferences. Which of the following PHP.ini directives will you use?

Options

  • Asession.auto_start
  • Bsession.save_path
  • Csession.use_cookies
  • Dsession.use_trans_sid

How the community answered

(21 responses)
  • A
    5% (1)
  • B
    5% (1)
  • C
    10% (2)
  • D
    81% (17)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice