Multiple choice technology web technology What's the default setting for the expires attribute of the document.cookie property? The duration of the browser session. The duration the current document stays loaded. Twenty-four hours from the time the cookie is set. There is no default setting. Reveal answer Fill a bubble to check yourself A Correct answer Explanation By default, if the expires or max-age attribute is omitted from a cookie, it behaves as a session cookie. This means the cookie expires and is deleted when the user closes the browser session, making the first option correct.