cache_expire      170 ext/session/php_session.h 	zend_long cache_expire;
cache_expire      847 ext/session/session.c 	STD_PHP_INI_ENTRY("session.cache_expire",       "180",       PHP_INI_ALL, OnUpdateLong,   cache_expire,       php_ps_globals,    ps_globals)
cache_expire     1237 ext/session/session.c 	now = tv.tv_sec + PS(cache_expire) * 60;
cache_expire     1242 ext/session/session.c 	snprintf(buf, sizeof(buf) , "Cache-Control: public, max-age=" ZEND_LONG_FMT, PS(cache_expire) * 60); /* SAFE */
cache_expire     1253 ext/session/session.c 	snprintf(buf, sizeof(buf), "Cache-Control: private, max-age=" ZEND_LONG_FMT, PS(cache_expire) * 60); /* SAFE */
cache_expire     2202 ext/session/session.c 	RETVAL_LONG(PS(cache_expire));