Which function is used to transform PHP’s session-handler behavior into that defined by your custom handler?
Which function is used to transform PHP’s session-handler behavior into that defined by your custom 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.
মোঃ আরিফুল ইসলাম
Feb 20, 2025
