iris-web
iris-web copied to clipboard
[FR] Configuration for session Timeout
Hi all,
My company regulation has a section of session timeout, it requires that user must be automatically logout after 15 minutes inactivity.
Could you please add a feature that can configure the session timeout or another way to do that, thanks you.
Hi @wonhee0410
The timeout cannot be changed from the interface, however you can head to https://github.com/dfir-iris/iris-web/blob/936739254c31bc67b7eec21bacdc585d4f7275de/source/app/configuration.py#L290 and change it to a delta of 15 minutes. You will need to recompile the docker and make the change each time tho.
If this is something heavily requested we could add it as a configuration option in the .env
.
Cheers
We have this regulation as well, but I went with "non compliance" so far :D