Project

General

Profile

Actions

Bug #49485

closed

Garbage Collector

Added by Bastian Gerdes over 11 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2013-06-28
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

The gc() function in the file "t3lib/class.t3lib_userauth.php" takes the "gc_time" value out of the localconf.php setting "FE->lifetime". But once every 24 hours the gc() function is called with a fixed "gc_time" value of 6000.

This happens every 24 hours on our site. But we can't reproduce this bug on other typo3 systems with less traffic.

Actions #1

Updated by Philipp Gampe over 11 years ago

  • Status changed from New to Needs Feedback

This is due to the $auth_timeout_field which has the default value 6000. Normally, it is overriden with sessionTimeout value set in the install tool for both FE and BE.
Is this a CLI run (cron) maybe?

Otherwise, please find out what file is called when this happens.

Actions #2

Updated by Alexander Opitz about 11 years ago

  • Status changed from Needs Feedback to Closed
  • Is Regression set to No

No feedback for over 90 days.

Actions

Also available in: Atom PDF