What is the purpose of $_SESSION[]?
Options
- Used to register a global variable
- Used to initialize a session.
- Used to store variables of the current session
- none of the above
CORRECT ANSWER : Used to store variables of the current session
Write your comments