Skip to content

Commit 5c72f37

Browse files
committed
Minor tweak
1 parent 65b65a2 commit 5c72f37

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

reference/configuration/framework.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -1852,11 +1852,13 @@ started on every session initialization. The probability is calculated by
18521852
using ``gc_probability`` / ``gc_divisor``, e.g. 1/100 means there is a 1%
18531853
chance 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

18611863
gc_maxlifetime
18621864
..............

0 commit comments

Comments
 (0)