Home
last modified time | relevance | path

Searched refs:maxcookie (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/session/
H A Dsession.c735 const zend_long maxcookie = ZEND_LONG_MAX - INT_MAX - 1; in PHP_INI_MH() local
737 const zend_long maxcookie = ZEND_LONG_MAX / 2 - 1; in PHP_INI_MH() local
743 } else if (v > maxcookie) { in PHP_INI_MH()

Completed in 11 milliseconds