PHP - Sessions and Cookies
What does the
$_SESSION superglobal array in PHP store?$_SESSION superglobal array in PHP store?$_SESSIONThe $_SESSION array stores data that remains available across different pages during a user's visit.
Temporary variables are local, configuration settings are not stored here, and user input is stored in $_POST or $_GET.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions