Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ncou/session-middleware
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jasny/session-middleware
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 8 files changed
  • 1 contributor

Commits on Apr 15, 2020

  1. Added .gitattributes

    jasny committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    15dccc4 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Added kill() and rotate() methods.

    Throw `NoSessionException` if there's no session instead of a generic `RuntimeException`.
    jasny committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    eab2381 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Update README.md

    [skip ci]
    jasny authored Apr 17, 2020
    Configuration menu
    Copy the full SHA
    964e4ef View commit details
    Browse the repository at this point in the history
  2. 'lifetime' isn't a valid cookie option.

    Unset it when removing the session cookie.
    jasny committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    bf1d2fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c02c16 View commit details
    Browse the repository at this point in the history
Loading