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

Delete cookie on session destruction #143

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 20, 2018

  1. Delete cookie

    Right now when the session is destroyed, the session cookie is made empty, not removed.
    
    That's an incorrect behavior, the cookie should be deleted as well. For that, we need to set the expiration date to the past, not just an empty value.
    iliakan authored Sep 20, 2018
    Configuration menu
    Copy the full SHA
    675f9b1 View commit details
    Browse the repository at this point in the history
  2. Update context.js

    iliakan authored Sep 20, 2018
    Configuration menu
    Copy the full SHA
    00e9ec0 View commit details
    Browse the repository at this point in the history