PHP - Sessions and Cookies
What happens if you try to access
$_SESSION variables without calling session_start() first?$_SESSION variables without calling session_start() first?session_start() initializes the session and loads session data into $_SESSION.session_start(), $_SESSION is empty because session data is not loaded.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions