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

PHP 7.3: NewIniDirectives: add new session ini directive #730

Merged
merged 1 commit into from
Aug 15, 2018

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Aug 15, 2018

  • session.cookie_samesite
    New INI option to allow to set the SameSite directive for cookies. Defaults to "" (empty string), so no SameSite directive is set. Can be set to "Lax" or "Strict", which sets the respective SameSite directive.

Refs:

@jrfnl jrfnl added enhancement PR: quick merge PR only contains relatively simple changes PR: ready for review labels Aug 15, 2018
@jrfnl jrfnl added this to the 9.0.0 milestone Aug 15, 2018
@jrfnl jrfnl requested a review from wimg August 15, 2018 18:39
@wimg wimg merged commit d53f776 into master Aug 15, 2018
@wimg wimg deleted the php-7.3/same-site-cookie-changes branch August 15, 2018 19:50
@jrfnl jrfnl removed the PR: quick merge PR only contains relatively simple changes label Sep 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants