79756088

Date: 2025-09-04 18:26:01
Score: 0.5
Natty:
Report link

The proposed solution is correct ... but it is not the good way to deal the problem.
In fact, Symfony should not try to delete sessions, it is generally a system's responsibility.
The mistake was that Symfony (before 7.2) overrides php.ini 's configuration.
Please check : https://symfony.com/doc/current/reference/configuration/framework.html#gc-probability
The solution is to set it to 0 for desactivating Symfony's cleaning.

Reasons:
  • Whitelisted phrase (-1): solution is
  • No code block (0.5):
  • Low reputation (1):
Posted by: Linuxprocess