Question d’entretien chez Objects

What is PHP session?

Réponse à la question d'entretien

Utilisateur anonyme

6 oct. 2019

the session is the way that can use it to store data about users by using session ID and open it by session_start(); and end it by session_destroy();