mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 05:44:36 +02:00
Icinga Web 2 version 2.5.0 suspends auto-refresh if the tab is inactive. This also pauses the application-state requests which are intended to refresh the session and announcements. If a tab is inactive for longer than the PHP session timeout (session.gc_maxlifetime in php.ini), users are automatically logged out. With this patch Web 2 will always request application-state. Even if auto-refresh is disabled.