Introduction HTTP Cookies
In this lesson, we'll get a quick introduction to cookies.
We'll cover the following...
What are cookies?
Imagine you are a backend developer who needs to implement sessions in an application. The first thing that comes to your mind is to issue a token to clients and ask them to send this token with their subsequent requests. From there onwards you are going to be able to identify clients based on the token included in their request.
Access this course and 1400+ top-rated courses and projects.