Sessions vs JWT vs Cookies (Beginner Friendly Guide)
When users log into a website, the server needs a way to remember them.
Otherwise, after every request, the app would forget who the user is 😭
This is where sessions, cookies, and JWT tokens come in.
kumar-rishabh.hashnode.dev3 min read