Multiple choice technology web technology

What's the default setting for the expires attribute of the document.cookie property?

  1. The duration the current document stays loaded.

  2. Twenty-four hours from the time the cookie is set.

  3. There is no default setting.

  4. The duration of the browser session.

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

The expires attribute in document.cookie defaults to the duration of the browser session, meaning cookies are deleted when the browser closes. Options A, B, and C are incorrect as cookies don't persist beyond the session by default.