Project

General

Profile

Actions

Bug #77885

closed

Login refresh status is polled too often

Added by Helmut Hummel over 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-09-08
Due date:
% Done:

100%

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

Description

The setInterval() function accepts a 31 bit signed integer number maximum for interval time.
If the session timeout is set to a higher number, the script is polled without delay, which can
crash the browser.

Avoid that, by letting the interval not exceed one day.

Actions

Also available in: Atom PDF