You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the master branch.
Discussion
----------
Fix session starting issue on flash messages usage
Use of flash messages triggers session start, which as of last year
triggers Symfony to mark response as private, and not cached.
Fix the issue by checking if there is a session first as advised on:
https://symfony.com/doc/current/session/avoid_session_start.html
Commits
-------
2362ac8 Fix session starting issue in symfony-demo on flash messages
0 commit comments