A session is used to store information in variables. ThesePHP variableare used to store user information to be used across multiple pages. Unlike a cookie information is not stored in the user computer. PHP session is started by usingsession_start() function.
Liked By
Write Answer
What is a session?
Join MindStick Community
You have need login or register for voting of answers or question.
Simond Gear
26-Sep-2016A session is used to store information in variables. These PHP variable are used to store user information to be used across multiple pages. Unlike a cookie information is not stored in the user computer. PHP session is started by using session_start() function.