Discussion :: Javascript - CS
- Which attribute is used to extend the lifetime of a cookie?
Answer : Option C
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. If you specify a lifetime, the browser will store cookies in a file and delete them only once they expire.
Be The First To Comment