Web Technologies (HTML, CSS, JavaScript, HTTP)
Identify the correct definition of Cookie.
- A. A browser security mechanism that controls whether a web page can request resources from a different origin.
- B. A programming interface that represents the structure of an HTML document as a tree of objects.
- C. A server-side mechanism used to store user information across multiple page requests.
- D. A small piece of data stored by a browser that websites use to remember information between requests. ✓
Correct answer
D. A small piece of data stored by a browser that websites use to remember information between requests.
Explanation
Cookie refers to a small piece of data stored by a browser that websites use to remember information between requests.