Good afternoon! Faced a problem with using sessions.
I use Symfony 6.2.
Sometimes it works fine, and sometimes the session is recreated every time. The problem does not reproduce if the application is running in DEV mode. And also if you run it in PROD mode, but set `http.pool.num_workers = 1'.
Changing kernel_reboot.strategy to always does not lead to anything.
Good afternoon! Faced a problem with using sessions.
I use Symfony 6.2.
Sometimes it works fine, and sometimes the session is recreated every time. The problem does not reproduce if the application is running in DEV mode. And also if you run it in PROD mode, but set `http.pool.num_workers = 1'.
Changing
kernel_reboot.strategytoalwaysdoes not lead to anything.