Actions
Bug #49485
closedGarbage Collector
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