Sr. PHP Programmer Question:

What is the purpose of $_SESSION variable in PHP?

Senior PHP Programmer Interview Question
Senior PHP Programmer Interview Question

Answer:

$_SESSION − An associative array containing session variables available to the current script.


Previous QuestionNext Question
Does PHP support multiple inheritance?How we can get the number of elements in an array?