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

Add option to set the session middleware when enabling sessions #1161

Merged
merged 4 commits into from Aug 9, 2016

Commits on Aug 4, 2016

  1. Add option to set the session middleware when enabling sessions

    By setting the session middleware as an option, rack protection for
    sessions will be enabled by default and other session settings will be
    applied to the middleware.
    jkowens committed Aug 4, 2016
    Copy the full SHA
    1340606 View commit details
    Browse the repository at this point in the history
  2. Add session_store setting

    jkowens committed Aug 4, 2016
    Copy the full SHA
    db0f8d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2016

  1. Copy the full SHA
    1c62300 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

  1. Copy the full SHA
    593cb37 View commit details
    Browse the repository at this point in the history