dfir-iris / iris-web

Collaborative Incident Response platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FR] Configuration for session Timeout

wonhee0410 opened this issue · comments

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

PERMANENT_SESSION_LIFETIME = timedelta(hours=24)
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