📝 Question
#2320
Which attribute is used to extend the lifetime of a cookie?
✓
Correct Answer
C. Max-age
💡
Explanation
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 kill the cookie immediately.
⌨️ Press
A
B
C
D
to select