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

Do not enable session in test env by default #223

Merged
1 commit merged into from
Oct 26, 2017
Merged

Do not enable session in test env by default #223

1 commit merged into from
Oct 26, 2017

Conversation

Tobion
Copy link
Contributor

@Tobion Tobion commented Oct 25, 2017

Session system is not enabled by default in prod & dev. see https://github.com/symfony/recipes/blob/master/symfony/framework-bundle/3.3/config/packages/framework.yaml#L8
So it should also not be enabled by default in test env.

Q A
License MIT

Session system is not enabled by default in prod, dev. see https://github.com/symfony/recipes/blob/master/symfony/framework-bundle/3.3/config/packages/framework.yaml#L8
So it should also not be enabled by default in test env.
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

Pull request passes validation.

@weaverryan
Copy link
Member

This makes sense. So, if a user does want sessions, will they need to enable in both files?

@Tobion
Copy link
Contributor Author

Tobion commented Oct 25, 2017

If they have functional tests using session, then usually yes.

@ghost ghost merged commit 9eef912 into master Oct 26, 2017
ghost pushed a commit that referenced this pull request Oct 26, 2017
@chalasr chalasr deleted the optional-session branch October 26, 2017 14:47
This pull request was closed.
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.

4 participants