Cookies are stored on a _______ computer.
-
client
-
server
-
client/server
-
none of these
A
Correct answer
Explanation
Cookies are small text files stored by the web browser on the user's computer (client-side) to remember stateful information. The server sends cookies to the browser, which stores them locally and sends them back with subsequent requests to the same domain. Options B and C are incorrect because cookies are not stored on the server.