Which Function Is Used To Erase All Session Variables Stored In #241
Which function is used to erase all session variables stored in the current session?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 PHP File and Session Handling - PHP Session Handling - Quiz No.2.
Which function is used to erase all session variables stored in the current session?
session_destroy()
session_change()
session_remove()
session_unset()