A simple explanation of Sessions in PHP
What is a Session?
Session is a way to establish a state for a user or for a request. When a request is made in the address bar to the web server to serve certain pages, the web server has no idea who you are and has no idea if you are logged in or i...
debbie.hashnode.dev4 min read