Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which attribute is used to extend the lifetime of a cookie?

  2. A.

     higher-age

    B.

     increase-age

    C.

     max-age

    D.

     lifetime

    View Answer

    Workspace

    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