Multiple choice technology web technology What's the default setting for the expires attribute of the document.cookie property? The duration the current document stays loaded. Twenty-four hours from the time the cookie is set. There is no default setting. 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.