-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
framework.session.cookie_secure does not default to 'auto' #31376
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
Comments
It's set to "auto" by default in the recipe: symfony/recipes#452 |
I see. Perhaps a documentation update would sort it out. |
Sure, would you mind opening a doc issue, or better: a PR? |
I’m on it. |
Thanks, closing here then. |
javiereguiluz
added a commit
to javiereguiluz/symfony-docs
that referenced
this issue
May 6, 2019
…cilefen) This PR was merged into the 4.2 branch. Discussion ---------- Indicate that cookie_secure is false by default Closes symfony/symfony#31376 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- b859228 Indicate that cookie_secure is false by default
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Symfony version(s) affected: 4.2.7
Description
framework.session.cookie_secure option, when unset, does not default to 'auto'.
How to reproduce
The documentation reads that cookie_secure defaults to 'auto' but in the testing I have done, cookies are secure only if cookie_secure is set to 'auto'.
Possible Solution
Additional context
The text was updated successfully, but these errors were encountered: