Access the full course ➤ https://davehollingworth.net/mvcauthy
HTTP is stateless. This means that the browser doesn't by default remember you between pages. To overcome this we use sessions. Learn how they work and the basics of how to use them in PHP.
Taken from the course "Build a Complete Registration and Login System using PHP MVC".