Searched refs:cache_expire (Results 1 – 9 of 9) sorted by relevance
/PHP-7.2/ext/session/tests/ |
H A D | session_cache_expire_variation3.phpt | 18 var_dump(ini_get("session.cache_expire")); 20 var_dump(ini_get("session.cache_expire")); 22 var_dump(ini_get("session.cache_expire")); 25 var_dump(ini_get("session.cache_expire")); 28 var_dump(ini_get("session.cache_expire"));
|
H A D | session_cache_expire_variation1.phpt | 6 session.cache_expire=360
|
H A D | session_cache_expire_variation2.phpt | 18 ini_set("session.cache_expire", 360);
|
H A D | session_ini_set.phpt | 23 session.cache_expire="180" 57 var_dump(ini_set("session.cache_expire", "180")); 83 var_dump(ini_set("session.cache_expire", "180"));
|
/PHP-7.2/ext/session/ |
H A D | php_session.h | 168 zend_long cache_expire; member
|
H A D | session.c | 811 …cache_expire", "180", PHP_INI_ALL, OnUpdateSessionLong, cache_expire, php_ps_g… 1168 now = tv.tv_sec + PS(cache_expire) * 60; in CACHE_LIMITER_FUNC() 1173 …snprintf(buf, sizeof(buf) , "Cache-Control: public, max-age=" ZEND_LONG_FMT, PS(cache_expire) * 60… in CACHE_LIMITER_FUNC() 1184 …snprintf(buf, sizeof(buf), "Cache-Control: private, max-age=" ZEND_LONG_FMT, PS(cache_expire) * 60… in CACHE_LIMITER_FUNC() 2268 RETURN_LONG(PS(cache_expire)); in PHP_FUNCTION() 2276 RETVAL_LONG(PS(cache_expire)); in PHP_FUNCTION()
|
/PHP-7.2/ |
H A D | UPGRADING | 87 session.referer_check, session.cache_limiter, session.cache_expire,
|
H A D | php.ini-development | 1468 session.cache_expire = 180
|
H A D | php.ini-production | 1470 session.cache_expire = 180
|
Completed in 38 milliseconds