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 support for SameSite session cookies #215

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add support for SameSite session cookies #215

wants to merge 1 commit into from

Commits on Nov 22, 2019

  1. Add support for SameSite cookie session setting

    Starting from PHP 7.3 there's native support for SameSite cookies (RFC6265bis) which requires using a new session_get_cookie_params() parameter syntax
    mentalstring committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    dc8cdaf View commit details
    Browse the repository at this point in the history