Hi there
I just figured out that each time my users reload the page, that the expiry value in the SQLite database gets renewed.
Following your interface, it is the touch function causing a set() call doing this.
Is there a way where I can prevent this behavior? There is the rolling parameter for express-session, which is doing the same with the cookie on the client-side. Maybe makes sense to listen to this or add an extra parameter?
Thanks