Why are symfony flash messages not removed from session? – PHP
I wrote a controller in Shopware 6 (symfony based) that adds a flash messages via $this->addFlash(...). As expected the message is shown in the storefront (product detail page). In the function SymfonyComponentHttpFoundationSessionFlashFlashBag::all the message is removed as expected (checked via…