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

Remove default value for cookies_domain #6440

Merged
merged 1 commit into from
Mar 2, 2017

Conversation

CarsonF
Copy link
Member

@CarsonF CarsonF commented Mar 2, 2017

Fixes #6431

The only thing this did differently than PHP's default domain is removed
the www. prefix allowing the cookie to assigned to foo.com and www.foo.com.

It was decided this isn't a big enough use case to warrant keeping this logic.
Note that fixing this caching bug would mean moving the logic to 3 different
places (or 2 with larger refactoring).

The only thing this did differently than PHP's default domain is removed
the www. prefix allowing the cookie to assigned to foo.com and www.foo.com.

It was decided this isn't a big enough use case to warrant keeping this logic.
Note that fixing this caching bug would mean moving the logic to 3 different
places (or 2 with larger refactoring).
Copy link
Member

@bobdenotter bobdenotter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is GTG. Unless @GawainLynch can remember a good reason to keep it, let's merge this in. 👍

@GwendolenLynch GwendolenLynch merged commit 370d103 into bolt:release/3.2 Mar 2, 2017
@GwendolenLynch GwendolenLynch deleted the bugfix/cookie_domain branch March 2, 2017 20:29
@GwendolenLynch GwendolenLynch added this to the Bolt 3.2 - Feature release milestone Mar 17, 2017
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.

None yet

3 participants