symfony/symfony

Removing the session from the container

Closed this issue · 2 comments

I have a project that allows applications to stay alive between HTTP requests using FastCGI. It provides a Symfony bundle for easy integration.

For the most part, the Symfony framework is very good at handling multiple request cycles - although some changes are required. That said, some of my users have a problem with Symfony session handling.

I'd like to ask if it's possible that improvements could be made to the way that the listener in the framework bundle attaches the session to the request so that it could become compatible with handling multiple requests in a single application instance.

I remember that the request was once an entry in the container that was deprecated and removed in Symfony 3, is it possible to do something similar with the session entry for Symfony 4?

Many Thanks,

Andrew

(Edit) Also any tips on how to approach this in the meantime would be greatly appreciated.

1ed commented

See #10557

closing in favour of #10557.