Which function effectively deletes all sessions that have expired?
(a) session_delete()
(b) session_destroy()
(c) session_garbage_collect()
(d) SessionHandler::gc
The question was posed to me in an international level competition.
Asked question is from Session Handling-2 topic in section File and Session Handling in PHP of PHP