I would like to have a "Stay signed in" option such as the one provided by Gmail. This way, the user can decide if they want to keep the session open upon opening a new browser session after previously closing it.
Looking into the github issues I saw the cookie-session component doesn't provide a way to upate the maxAge
property dynamilly.
I'm wondering then if there's any way at all to achieve the "Stay signed in" feature with the cookie-session
component.
It seems to me a basic feature for a component which is being downloaded 80K times a month.
If you are using ExpressJS, session module has an option.
https://github.com/expressjs/session