What are cookies?
Cookies are small text files that a website saves on your computer or mobile device when you visit it. They are widely used to make websites work more efficiently, to remember your preferences, and to provide information to website owners.
Each cookie is essentially a small file containing a string of letters and numbers. It is sent to your browser by the website server and stored on your device. The next time you visit the site, the browser sends the cookie back to the server, helping the site remember information about your visit.
Name & Value
The identifier for the cookie and the data it stores β for example, your preferences or a session ID.
Expiry Date
How long the cookie lives. Session cookies are deleted when you close your browser. Persistent cookies remain until they expire.
Domain & Path
Specifies which website and pages the cookie applies to, so only the right site can read it.