Multiple choice

Which of the following statements is FALSE regarding cookies?

  1. Size of cookies is limited to 4096 bytes.

  2. Most browsers allow only 20 cookies per site.

  3. The Operating System is responsible for managing cookies on a user system.

  4. The cookie contains the information that the Web application can read whenever the user visits the site.

  5. The end user can stop accepting cookies by changing browser setting.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The browser is responsible for managing cookies on a user system. Cookies are sent to the browser via the HttpResponse object that exposes a collection called Cookies.