Q. Which method is used to start a session in PHP?
β
Correct Answer: (B)
session_start()
Explanation: session_start() is used to begin a new session or resume an existing one.