MCQ Single Best Answer Easy

QWhich attribute is used to extend a cookie's lifetime?

ID: #5205 Javascript DOM & Event Handling MCQ 131 views
Question Info
#5205Q ID
EasyDifficulty
Javascript DOM & Event Handling MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A higher-age
  • B increase-age
  • C max-age
  • D lifetime
Correct Answer: Option C

Explanation

If you want a cookie to last longer than a single browsing session, you must tell the browser how long (in seconds) you want it to keep the cookie by using the max-age attribute.
The time remaining until the cookie expires.
A zero or negative number will cause the cookie to expire immediately.

Share This Question

Challenge a friend or share with your study group.