File tree 1 file changed +4
-2
lines changed
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
1852
1852
using ``gc_probability `` / ``gc_divisor ``, e.g. 1/100 means there is a 1%
1853
1853
chance that the GC process will start on each request.
1854
1854
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.
1856
1857
1857
1858
.. versionadded :: 7.2
1858
1859
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.
1860
1862
1861
1863
gc_maxlifetime
1862
1864
..............
You can’t perform that action at this time.
0 commit comments