You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe it is possible to work around this behavior in this store here?
I see in my sql query log on every client requests 2 sql queries (SELECT and UPDATE) for each client session...
Do you have any idea how to limit this? Like successed by the issue owner in the linked issue (max-age 80% => resave) :)
Greetings
The text was updated successfully, but these errors were encountered:
The latest version of this module includes a new option "disableTouch" which could help - also implemented by @mmilleruva in the referenced pull-request above.
Hi there,
in the main modul for express sessions ( https://github.com/expressjs/session ) there is an issue for "resave" config.
expressjs/session#891
Maybe it is possible to work around this behavior in this store here?
I see in my sql query log on every client requests 2 sql queries (SELECT and UPDATE) for each client session...
Do you have any idea how to limit this? Like successed by the issue owner in the linked issue (max-age 80% => resave) :)
Greetings
The text was updated successfully, but these errors were encountered: