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 missing samesite array attribute #7215

Merged
merged 3 commits into from
Dec 27, 2021
Merged

add missing samesite array attribute #7215

merged 3 commits into from
Dec 27, 2021

Commits on Dec 25, 2021

  1. add missing samesite array attribute

    https://www.php.net/manual/en/function.session-set-cookie-params
    
    When using the second signature, an associative array which may have any of the keys lifetime, path, domain, secure, httponly and samesite. The values have the same meaning as described for the parameters with the same name. The value of the samesite element should be either Lax or Strict. If any of the allowed options are not given, their default values are the same as the default values of the explicit parameters. If the samesite element is omitted, no SameSite cookie attribute is set.
    swiffer committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    2c93b4f View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Configuration menu
    Copy the full SHA
    d17725e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    309d1a4 View commit details
    Browse the repository at this point in the history