cache_expire      142 ext/session/php_session.h 	long cache_expire;
cache_expire      816 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     1203 ext/session/session.c 	now = tv.tv_sec + PS(cache_expire) * 60;
cache_expire     1208 ext/session/session.c 	snprintf(buf, sizeof(buf) , "Cache-Control: public, max-age=%ld", PS(cache_expire) * 60); /* SAFE */
cache_expire     1219 ext/session/session.c 	snprintf(buf, sizeof(buf), "Cache-Control: private, max-age=%ld, pre-check=%ld", PS(cache_expire) * 60, PS(cache_expire) * 60); /* SAFE */
cache_expire     2035 ext/session/session.c 	RETVAL_LONG(PS(cache_expire));