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 IE support for cookie deletion. #994

Merged
merged 5 commits into from
Jul 23, 2016

Commits on Jul 15, 2016

  1. Add IE support for cookie deletion.

    IE<=11 ( !!! ) doesn't support the MaxAge property for cookies so del_cookie() also needs to set the Expires cookie header to support IE. Uses the UTC epoch for a standard expire time.
    SethMichaelLarson authored Jul 15, 2016
    Configuration menu
    Copy the full SHA
    e1dd118 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2016

  1. Add IE support for cookie deletion. Style and test fixes.

    Aleksey Kutepov committed Jul 23, 2016
    Configuration menu
    Copy the full SHA
    72e4a6c View commit details
    Browse the repository at this point in the history
  2. Add IE support for cookie deletion. Documentation updates.

    Aleksey Kutepov committed Jul 23, 2016
    Configuration menu
    Copy the full SHA
    aecee67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da16fd9 View commit details
    Browse the repository at this point in the history
  4. Add IE support for cookie deletion. set_cookie correction.

    Aleksey Kutepov committed Jul 23, 2016
    Configuration menu
    Copy the full SHA
    46adb6f View commit details
    Browse the repository at this point in the history