What are cookies and in which language are they | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What are cookies and in which language are they

9th Apr 2020, 6:51 AM
Mayengo Gilbert
Mayengo Gilbert - avatar
2 Answers
+ 5
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. You can check this lesson about Cookies in php: https://www.sololearn.com/learn/PHP/1843/
9th Apr 2020, 6:54 AM
Cmurio
Cmurio - avatar