Which one of the following function is used to start a session?
Which one of the following function is used to start a session? Correct Answer session_start()
A session is started with the function session_start() . The session variables are set with the PHP global variable which is $_SESSION.