Dashboard Timeout

Hi all,
I am a bit new to using Powershell universal and loving it so far on its capability I am running the latest version 3.0.2 dashboards.
I am building a web form that would be used for application migration assessment, The form will be filled in during the assessment, however i noticed that there seems to be an idle timeout a force refresh is required, thus i would lose all the entered form data. is there a way to increase the idle timeout. I have seen couple of posts on this forum but still cant seem to get it to work.

any help would be appreciated

The idle timeout is set to 25 minutes and configurable in the appsettings.json. Look in that file and search for SessionTimeout.

https://docs.ironmansoftware.com/config/settings

1 Like

Thanks Adam !!!