If no expiration time is explicitly set for a cookie, what happens to it?
It expires at the end of the user’s browser session
Correct:
It expires at the end of the user’s browser session
Cookies automatically expire at the end of the user's browser session if no explicit expiration time is set. Cookies are not necessary to maintain a server-side session, so answer D is correct.