Q. Which PHP function starts a session?
β
Correct Answer: (C)
session_start()
Explanation: session_start() initializes session handling.