Idle TImeout for WebUI

We are using local accounts for the administration of LibreNMS. Our company has a policy of setting a timeout that logs people out of a system once an idle timer value has been reached. Can this be done in LibreNMS?

I am not finding anything in docs except a post where someone posted something similar wherein you could add SESSION_TIMEOUT=XX to the /opt/librenms/.env file in order to override the SESSION_LIFETIME value found in config/session.php file but this doesn’t appear to work.

Thank you for your assistance.

Version 22.8.0
Database Schema 2022_07_19_081224_plugins_unique_index (244)
Web Server nginx/1.18.0
PHP 8.1.12
Python 3.10.6
Database MariaDB 10.6.12-MariaDB-0ubuntu0.22.04.1
Laravel 8.83.16
RRDtool 1.7.2

I dont remeber where i got it from but I have the following in my .env file:

#TIMEOUT CONFIG
SESSION_LIFETIME=15

This seems to be functioning as intended for me.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.