On Zabbix 1.8.4, auto-logout doesn't work properly. On a page which does not have an auto-refresh, e.g. a configuration page, auto-logout works fine.
However, if a user is logged in and viewing the dashboard, which automatically refreshes, then they are never automatically logged out. I presume this is because the auto-refresh causes an action to reset the auto-logout timer.
Example: auto-logout is checked and set to 600 seconds (10 minutes). If a user is on the page /zabbix/profile.php, they are automatically logged off after 10 minutes. However, if the user is on /zabbix/dashboard.php, they are NEVER automatically logged off.
Is there a fix to this?
However, if a user is logged in and viewing the dashboard, which automatically refreshes, then they are never automatically logged out. I presume this is because the auto-refresh causes an action to reset the auto-logout timer.
Example: auto-logout is checked and set to 600 seconds (10 minutes). If a user is on the page /zabbix/profile.php, they are automatically logged off after 10 minutes. However, if the user is on /zabbix/dashboard.php, they are NEVER automatically logged off.
Is there a fix to this?
Comment