nerdexam
Zend

200-530 · Question #128

Assume that you are using PHP s session management without cookies and want to make sure that session information does not get lost when redirecting the client to another URL. Which of the following…

The correct answer is A. header() B. session_id() D. session_name(). See the full explanation below for the reasoning.

Question

Assume that you are using PHP s session management without cookies and want to make sure that session information does not get lost when redirecting the client to another URL. Which of the following functions do you need to achieve that? (Choose 3)

Options

  • Aheader()
  • Bsession_id()
  • Csession_info()
  • Dsession_name()
  • Esession_write_close()

How the community answered

(22 responses)
  • A
    77% (17)
  • C
    14% (3)
  • E
    9% (2)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice