National_Instruments
200-500 · Question #113
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
(24 responses)- A79% (19)
- C13% (3)
- E8% (2)
Community Discussion
No community discussion yet for this question.