Session Timeout Authenticated

Hello! :smiley: I’m new to the forum, I’ve tried to read about all the topics but I can’t solve a problem that I’m having. I have a licensed instance configured and my problem is that I have several dashboards, one with and one without authentication. In the case of no authentication, when more than 25 minutes pass, the buttons, menus, etc. remain unresponsive and in the case of authentication the same happens but if I reload the page the login page appears to re-authenticate. Do you know how I could solve this?

The Apps are set up with a simple menu and a button that reloads the page.
I have the timeout set to 120 in Appsettings.json and in the dashboards.ps1 file itself I have the timeout set to 120 and the iddletimeout set to 120 in the app. This is usually happening to me in mobile web browsers and cant view devtools

Product: PowerShell Universal
Version: 4.2.20

Edit

dashboards.ps1

in the .universal Folder

locate the Dashboard which is without authentication and use the Parameter

-SessionTimeout 600

on the Command New-PSUApp
600 is in Minutes (10 hours)

Yes i have this in dashboards.ps1

New-PSUApp -Name "Timeout Session" -FilePath "dashboards/Timeout Session/Timeout Session.ps1" -BaseUrl "/timeout_session" -Authenticated -AutoDeploy -SessionTimeout 120 -IdleTimeout 120

Could it be, that those Browser Windows / Tabs go to Sleep on those devices? On a Computer you can change the Browser Settings “Always keep these sites active” by adding the sites.

Not sure if you got this Option also on the Mobile Device?

In computer seems ok but in mobile dont have this option