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
According to the express-session documentation on resave: https://github.com/expressjs/session#resave, It would be nice to implement a touch method to support the resave option.
According to the express-session documentation on resave: https://github.com/expressjs/session#resave, It would be nice to implement a
touchmethod to support theresaveoption.