Actions
Bug #78695
closedFrontendUserAuthentication timeout can't be less then 6000s
Status:
Closed
Priority:
Should have
Assignee:
Category:
Frontend
Target version:
Start date:
2016-11-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
3.5
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
On Location Sprint
Description
In FrontendUserAuthentication::start the $this->sessionTimeout will be set to $this->lifetime but only if $this->lifetime is higher then default of $this->sessionTimeout (which is 6000).
$this->lifetime gets filled in TypoScriptFrontendController::initFEuser() with the value of $GLOBALS['TYPO3_CONF_VARS']['FE']['lifetime'];
I don't think, that this behavior is desired.
Original issue:
Session timeout longer than industry best practice
Actions