Briefing Zend Knowledge

you need to achieve that? (Choose 3)

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)

A.
header()

B.
session_id()

C.
session_info()

D.
session_name()

E.
session_write_close()