Home
last modified time | relevance | path

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

/PHP-7.1/ext/session/tests/
H A Dsession_id_basic2.phpt19 ini_set('session.sid_length', 120);
25 ini_set('session.sid_length', 22);
H A Dbug68063.phpt7 session.sid_length=40
H A Dsession_create_id_basic.phpt5 session.sid_length=32
H A Dsession_basic2.phpt11 session.sid_length=32
/PHP-7.1/ext/session/
H A Dphp_session.h192 zend_long sid_length; member
H A Dsession.c312 if (php_random_bytes_throw(rbuf, PS(sid_length) + PS_EXTRA_RAND_BYTES) == FAILURE) { in php_session_create_id()
316 outid = zend_string_alloc(PS(sid_length), 0); in php_session_create_id()
317 …ZSTR_LEN(outid) = bin_to_readable(rbuf, PS(sid_length), ZSTR_VAL(outid), (char)PS(sid_bits_per_cha… in php_session_create_id()
658 PS(sid_length) = val; in PHP_INI_MH()
/PHP-7.1/
H A DUPGRADING124 . session.sid_length (Number of session ID characters - 22 to 256.
H A Dphp.ini-development1498 session.sid_length = 26
H A Dphp.ini-production1498 session.sid_length = 26

Completed in 35 milliseconds