Original Tweet From @MrunayU
๐ท What Are Cookies As A Programmer?
๐ Cookies are text files with small pieces of data - Iike a username and password - that are use a computer network.
๐ Specific cookies known as HTTP cookies are used to identify specific users and improve your web browsing experience.
๐ When a user sends a request to the server, then each of that request is treated as a new request sent by the different user.
๐ So, to recognize the old user, we need to add the cookie is added with that response from the server.
๐ Now, whenever a user sends a request to the server, the cookie the server recognizes the users.
Thanks for reading this thread โค๏ธ
If you like it , make sure you:
๐ท Like the tweet
๐ท Retweet the first tweet โก
For more content , follow:
You can read the unrolled version of this thread here:

Top comments (0)