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
Ensure that session Cookie expiration values are honored by the Store, including rolling expirations
Add a new defaultExpiry option to the constructor to allow for the Store to forcibly expire sessions in the event that they are not already managed via session Cookie expiration values
Patches
Corrected the default values for the inMemoryOnly and filename options:
inMemoryOnly: Corrected explicit default is now false
filename: Corrected explicit default is now "data/sessions.db"