Skip to main content
Solved

Session expiration

  • December 17, 2021
  • 2 replies
  • 213 views

rvjerem
Forum|alt.badge.img+1

Hi !

For my monitor screen which is started during working hours, I need a session that never expires.
However, the value of the "Session expiration time" parameter is 120 minutes maximum.
Is there a way to get a session that never expires ?

I'm pretty sure I'm not the only one who wants a dashboard on the wall all day :)

I use Centreon 21.10.

Thanks in advance !

Best answer by lpinsivy

Hi @rvjerem, it is impossible to use a session which never expire. But you can update the session.gc_maxlifetime parameter in /etc/php.d/50-centreon.ini, then restart php-fpm process and update session timeout in Centreon parameters.

 

Regards,

2 replies

lpinsivy
Centreonian
Forum|alt.badge.img+21
  • Centreonian
  • Answer
  • December 17, 2021

Hi @rvjerem, it is impossible to use a session which never expire. But you can update the session.gc_maxlifetime parameter in /etc/php.d/50-centreon.ini, then restart php-fpm process and update session timeout in Centreon parameters.

 

Regards,


rvjerem
Forum|alt.badge.img+1
  • Author
  • Steward *
  • December 21, 2021

Thank you @Laurent , it works !