Where do cookies store information?
-
HTML source
-
Text file
-
URL
-
Both a and b.
-
All of the above.
B
Correct answer
Explanation
Cookies are stored as small text files on the client's computer by their browser. The browser sends cookies back to the server with each request. They persist across sessions (if expiration is set) and are domain-specific.