Dashboard keeps giving Session timed out error

I am running a dashboard from a local computer displaying on a TV from the URL on another machine. If it sits for a while it eventually stops with a message in the middle of the screen saying Session timed out:
image

I have to go to the browser and refresh to fix it.
I do not have any sessions or logins as this is a public dashboard. What could be the issue here?

1 Like

Sessions (even if they aren’t authenticated) will time out after 25 minutes of inactivity.

Do you have data auto-reloading on the dashboard? It may keep the session alive in that case.

Something like:

New-UDDynamic -Content {
  New-UDTypography (Get-Date)
} -AutoRefresh 

I have the whole page set as a dynamic. it’s got several objects that update regularly. One of them monitors server temperatures so it’s always fluctuating.