Vidyalelo
PHP · Q48

HTML Forms Handling

Programming · PHP · question 48

Q48

Which function is used to transform PHP’s session-handler behavior into that defined by your custom handler?

A.
session_set_save()
B.
session_set_save_handler()
Answer
C.
Session_handler()
D.
session_save_handler()

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board