Multiple choice .net

Where do cookies store information?

  1. HTML source

  2. Text file

  3. URL

  4. Both a and b.

  5. All of the above.

Reveal answer Fill a bubble to check yourself
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.