Actions
Bug #19153
closedInsonsistent description/initialisation of class.t3lib_beuserauth.php->auth_timeout_field
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-07-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
from class description:
var $auth_timeout_field = 6000; // if > 0 : session-timeout in seconds. if false/<0 : no timeout. if string: The string is fieldname from the usertable where the timeout can be found.
however from typo3/init.php:
$BE_USER->auth_timeout_field = intval($TYPO3_CONF_VARS['BE']['sessionTimeout']);
so nothing but integers ...
IMO timeout-handling should be passed to constructor or into a decent function, support for anything but integers could/should be dropped.
(issue imported from #M9053)
Actions