Hi,
When logging in to the Indicium GUI, a session token is returned in the form of a cookie (named `.AspNetCore.Identity.Application`) upon successful login.
By default, according to this topic answer, this token is valid for 30 minutes and automatically extended with every request.
However, our users will sometimes not touch the GUI for hours, because they are busy doing work for which they do not require the application.
In this case, having to log in again each and every time you don’t touch the GUI for any amount of time longer than 30 minutes, can get quite annoying.
Is it possible for us to configure the expire time for these tokens, so that they remain valid for a longer amount of time?
Thanks in advance!