Actions
Feature #76364
closedLimit requests for timeout
Start date:
2016-05-29
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently the request to get logout information is sent every 60 seconds. This is not needed as the minimum session lifetime is configured in $GLOBALS['TYPO3_CONF_VARS']['BE']['sessionTimeout']. We can limit the request to that defined value with a minimum of 60 seconds to prevent DOS attacks.
Actions