PHP Flashcards
1
Q
Describe the purpose of a PHP session with session variables in any website with a login facility.
A
A session begins when a customer logs in to a website and terminates when they log out. For the duration of their visit to the site, a customer’s login credentials are stored in session variables so that they can be accessed by multiple pages of the site.