setGCProbability() public method
public void setGCProbability ( $value ) | ||
---|---|---|
$value | float |
The probability (percentage) that the GC (garbage collection) process is started on every session initialization. |
throws | yii\base\InvalidParamException |
if the value is not between 0 and 100. |
Please login to continue.