Answers

Question and Answer:

  Home  Senior PHP Programmer

⟩ How will you access session variables in PHP?

Session variables are stored in associative array called $_SESSION[]. These variables can be accessed during lifetime of a session.

 144 views

More Questions for you: