Answers

Question and Answer:

  Home  Internee PHP Developer

⟩ Tell me what Is a Session?

A session is a logical object created by the PHP engine to allow you to preserve data across subsequent HTTP requests. Sessions are commonly used to store temporary data to allow multiple PHP pages to offer a complete functional transaction for the same visitor.

 180 views

More Questions for you: