Sessions in PHP: make the web browser remember you

Опубликовано: 25 Октябрь 2024
на канале: Dave Hollingworth
3,691
79

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".