FriendsOfSymfony / FOSJsRoutingBundle

A pretty nice way to expose your Symfony routing to client applications.
1.48k stars 260 forks source link

Ignore session in stateless requests #468

Closed cbcf closed 5 months ago

cbcf commented 8 months ago

Changed handling of AutoExpireFlashBag to same code used in toolbarAction from symfony 6.3 WebProfilerBundle/Controller/ProfilerController.php (see https://github.com/symfony/symfony/pull/50218).

Fixes #467

tobias-93 commented 5 months ago

Thanks @cbcf