Context:
the users’s session expire after 120 minutes.
Configuration:
Actually it’s possible to max session timeout to 120 minutes and according to the help popup of “Session Expiration Time” in Administration > Parameters > Centreon UI it’s possible to increase this time by editing the /etc/php.d/50-centreon.ini and modify the session.gc_maxlifetime.
But it’s not working.
In my case (centreon 23.04) the session.gc_maxlifetime is set to 7200 but in Centreon UI if you put a value up to 120 you get the error :
This value needs to be an integer lesser than 120 min
Could you make this change possible ?