Icinga Web 2 Auto Logout After 10 Seconds Not Working | user session expire time

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:

  1. Modified PHP php.ini:
  • Set session.gc_maxlifetime and session.cookie_lifetime to 10 seconds.
  • Restarted Apache.
  1. Checked Icinga Web 2 Config:
  • tried session timeout settings in /etc/icingaweb2/config.ini but it’s not working.
  1. Cleared Browser Cache:
  • Tried in incognito mode.
  1. Checked Logs:
  • No relevant errors found in Apache or PHP logs.

Despite these efforts, the session isn’t timing out. Can anyone help?