Which attribute is used to extend the lifetime of a cookie?
A
higher-age
B
increase-age
C
max-age
D
lifetime
Correct Answer: max-age
If you want a cookie to last beyond a single browsing session, you must tell the browser how long (in seconds) you would like it to retain the cookie by specifying a max-age attribute. A number of seconds until the cookie expires. A zero or negative number will expire the cookie immediately.