Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to change session store implementation #1180

Merged
merged 4 commits into from
Aug 29, 2017

Commits on Aug 23, 2017

  1. Extract SessionStore interface with its default implementation Cookie…

    …SessionStore
    
    This will allow adding of other session stores, e.g. cache or database.
    angryziber committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    5bd90b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ed3020 View commit details
    Browse the repository at this point in the history
  3. SessionStore is now configurable using application.session.store conf…

    … parameter. CookieSessionStore is the default.
    angryziber committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    a44eb0c View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2017

  1. Configuration menu
    Copy the full SHA
    9d23584 View commit details
    Browse the repository at this point in the history