What is the name of the function that allows you register a set of functions that implement user-defined session handling?
session_set_handler()
session_set_storage_handler()
session_register_handler()
session_set_save_handler()
Submit