Skip to content

Commit 3f8a7b3

Browse files
remove default value for gc_probability config option
1 parent 3b65aba commit 3f8a7b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

reference/configuration/framework.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1852,6 +1852,8 @@ 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.
1856+
18551857
gc_maxlifetime
18561858
..............
18571859

0 commit comments

Comments
 (0)