What is the Maximum Lifetime of JavaScript cookie?
Lifecycle of JavaScript Cookie
413
19-Jul-2021
Updated on 19-Jul-2021
Anonymous User
04-Aug-2021The life span of JavaScript cookies depends on how long you set when creating cookies for example the following set a lifetime of 10 minutes. There is no way to get the cookie without expiration, i.e. you can set a life time cookie.
// Ten minutes
// Date()'s toGMTSting() method will format the date correctly for a cookie