Hi there,
For security reasons, we need to add a timeout for all user logins such that after a couple of hours, after login, the user will be prompted to log in again.
I looked through the GlobalParameters data base and found the following (line 44 - PortalTokenSigningKey)
..."Expiration":"00:00:00","RefreshTokenExpiration":"0.00:00:00","AuthCookieExpiration":"0.00:00:00","AuthCookieSlidingExpiration":true}
I am not sure if it's the right place, what format it uses (days:hours:minutes / hours:minutes:seconds) or if all need to be changed.
Thanks,
George