+ 7
What is a cookie?
5 Réponses
+ 3
A cookie can store information, even when the user leaves the page. On sololearn, you can't use cookies for the protection of personal information
+ 2
A cookie is a piece of data that stores information which is saved on the user's system. They are useful for saving information such as visited pages, passwords, etc.
Cookies not the best practice for most modern browsers and instead you should look at other ways of storing data on the client side such as Web Storage and IndexedDB.
+ 1
I like more Sonic version on this.
"Outside of programming it means biscuits in your coffee"