a.rozak

Results 1 comments of a.rozak

try this code ``` auth: { ... cookie: { options: { expires: new Date(new Date().getTime() + 20000000000).getTime(), //thats today + a year maxAge: 31622400 } } ... } ```