Skip to content

Issue #153: Add support for SameSite cookie flag#1

Open
alexekorn wants to merge 1 commit intomasterfrom
issue153
Open

Issue #153: Add support for SameSite cookie flag#1
alexekorn wants to merge 1 commit intomasterfrom
issue153

Conversation

@alexekorn
Copy link
Copy Markdown
Owner

Add support for SameSite cookie flag in PHP >= 7.3.0. I split this out as a separate if statement to keep existing functionality in 7.2.x as similar as possible. When dropping support for 7.2.x, the idea would be to turn the method into just what's in side the version-comparing if.

This is my first time contributing here. I attempted to match code style and ensured all of the tests passed on my machine, but please let me know if there's anything that I can change to match your guidelines!

Add support for SameSite cookie flag in PHP >= 7.3.0. I split this out as a separate if statement to keep existing functionality in 7.2.x as similar as possible. When dropping support for 7.2.x, the idea would be to turn the method into just what's in side the version-comparing `if`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant