Keep in mind that, because of how Symfony's service container work, unused services are removed from the container. This means that if you have a private service not used by any other service, Symfony will remove it and you won't be able to get it as explained in this article. The solution is to define the service as public explicitly so Symfony doesn't remove it.
народ, у симфы есть поддержка CORS токенов, я покопался, симфа хранит их в сессии а если сервера 2+? руками надо реализовывать sticky sessions или я где-то недосмотрел в доках?
народ, у симфы есть поддержка CORS токенов, я покопался, симфа хранит их в сессии а если сервера 2+? руками надо реализовывать sticky sessions или я где-то недосмотрел в доках?