I’m trying to set my Icinga Web 2 portal to auto-logout after 10 seconds of inactivity, but it’s not working. Here’s what I’ve tried:
- Modified PHP
php.ini
:
- Set
session.gc_maxlifetime
andsession.cookie_lifetime
to 10 seconds. - Restarted Apache.
- Checked Icinga Web 2 Config:
- tried session timeout settings in
/etc/icingaweb2/config.ini
but it’s not working.
- Cleared Browser Cache:
- Tried in incognito mode.
- Checked Logs:
- No relevant errors found in Apache or PHP logs.
Despite these efforts, the session isn’t timing out. Can anyone help?