Skip to content

Session Expiration

Choose a tag to compare

@JamesMGreene JamesMGreene released this 01 Dec 15:57
· 6 commits to master since this release

New Features

  • Intelligent handling of session expiration
    • 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"