Home » PHP » PHP Sessions » Question
  1. Which function is used to transform PHP’s session-handler behavior into that defined by your custom handler?
    1. session_set_save_handler()
    2. Session_handler()
    3. session_save_handler()
    4. session_set_save()
    5. None of these
Correct Option: A

session_set_save_handler()



Your comments will be displayed only after manual approval.