Hello,
I'm unable to limit the user session timeout to 600 seconds to reduce opportunities for unauthorized access.
What I did:
- Edited the php.ini file and updated the value session.gc_maxlifetime = 600 and restarted the Apache service and the server.
- Added the value define("OCS_SESSION_TIMEOUT", "600") to the ocsinventory-reports/ocsreports/dbconfig.inc.php file.
Do you have any idea how we can implement it?
Thank's