PHP - Sessions and Cookies
Which PHP function must be called before accessing or setting any session variables?
The function session_start() initializes the session and must be called before using $_SESSION.
Other options are invalid or do not exist in PHP.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions