Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Question re: Symfony 3.x roadmap #12462

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

Closed
cameronjacobson opened this issue Nov 12, 2014 · 2 comments
Closed

Question re: Symfony 3.x roadmap #12462

cameronjacobson opened this issue Nov 12, 2014 · 2 comments

Comments

@cameronjacobson
Copy link

http://symfony.com/blog/symfony-3-0-the-roadmap

mentions:
Symfony 3.0 is more decoupled and more reusable than ever

I noted that https://github.com/symfony/symfony/blob/master/UPGRADE-3.0.md does not have a section for Sessions.

Recently I ran into some issues when working with Symfony classes related to Sessions. It seems Symfony2 sessions are not fully decoupled from how PHP handles sessions internally. Is this on the radar for 3.x? Primarily I'm thinking this decoupling could make it easy for projects like https://github.com/reactphp to expand into things like long-running HTTP server processes, and putting frameworks based on Symfony Http Foundation classes on top of these servers.

@fabpot
Copy link
Member

fabpot commented Dec 24, 2014

I think it makes sense for Symfony to support sessions the way PHP support them. There is an issue regarding the decoupling of the session classes to its own component though; that will probably allow for more specific work there.

@fabpot fabpot closed this as completed Dec 24, 2014
@jakzal
Copy link
Contributor

jakzal commented Dec 26, 2014

re #12839

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

No branches or pull requests

3 participants