Cookies vs Sessions
The concept of Cookies and Session is very fundamental and every developer should know this.
What is a Cookie?
A cookie is a small file with a maximum size of 4KB that the web server stores on the client computer.
Once a cookie has been set, all p...
rahulism.hashnode.dev4 min read