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.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
A 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.