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()
C
Session_handler()
D
session_save_handler()
Correct Answer: session_set_save_handler()
The function session_set_save_handler() is used to set the user-level session storage functions which are used for storing and retrieving data associated with a session.