Answers

Question and Answer:

  Home  Senior PHP Programmer

⟩ Explain how a PHP session works?

A PHP session cookie is set in the clients browser, on every request the client sends that cookie to the server. PHP then uses that cookie to select the corresponding session information. By default PHP session_start() will store session data in files, you can also store sessions in a database.

 203 views

More Questions for you: