File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1852,11 +1852,13 @@ started on every session initialization. The probability is calculated by
18521852using ``gc_probability `` / ``gc_divisor ``, e.g. 1/100 means there is a 1%
18531853chance that the GC process will start on each request.
18541854
1855- If not set, ``php.ini ``'s `session.gc_probability `_ directive will be relied on.
1855+ If not set, Symfony will use the value of the `session.gc_probability `_ directive
1856+ in the ``php.ini `` configuration file.
18561857
18571858.. versionadded :: 7.2
18581859
1859- Relying on ``php.ini ``'s directive as default for ``gc_probability `` was introduced in symfony 7.2.
1860+ Relying on ``php.ini ``'s directive as default for ``gc_probability `` was
1861+ introduced in Symfony 7.2.
18601862
18611863gc_maxlifetime
18621864..............
You can’t perform that action at this time.
0 commit comments