Home
last modified time | relevance | path

Searched refs:maxlifetime (Results 26 – 36 of 36) sorted by relevance

12

/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_error2.phpt25 function gc($maxlifetime) { return true; }
H A Dsession_set_save_handler_error3.phpt29 function gc($maxlifetime) { return true; }
H A Dbug60634.phpt34 function gc($maxlifetime) {
H A Dbug71162.phpt35 public function gc($maxlifetime) {
H A Dsave_handler.inc105 function gc($maxlifetime) {
106 // long $maxlifetime - GC TTL in seconds. Default: session.gc_maxlifetime
115 …($file, 0, $length) === SESSION_FILE_PREFIX && (filemtime($qualified) + $maxlifetime <= time() )) {
/PHP-7.4/ext/session/
H A Dmod_files.c284 static int ps_files_cleanup_dir(const char *dirname, zend_long maxlifetime) in ps_files_cleanup_dir() argument
329 (now - sbuf.st_mtime) > maxlifetime) { in ps_files_cleanup_dir()
646 *nrdels = ps_files_cleanup_dir(data->basedir, maxlifetime); in PS_GC_FUNC()
H A Dmod_user.c187 ZVAL_LONG(&args[0], maxlifetime); in PS_GC_FUNC()
H A Dmod_mm.c451 limit -= maxlifetime; in PS_GC_FUNC()
H A Dsession.c2756 ZEND_ARG_INFO(0, maxlifetime)
/PHP-7.4/
H A Dphp.ini-development1423 ; http://php.net/session.gc-maxlifetime
H A Dphp.ini-production1423 ; http://php.net/session.gc-maxlifetime

Completed in 30 milliseconds

12