In Blazor server side, how do I extend the amount of time the user can be idle before disconnecting from the server?

Viewed 26

I have a website where my users may be idle for a while then resume using my website. Blazor server side is timing out too quickly for this use case, ideally I would like the website to be available for 8 - 10 hours or so. How do I extend the amount of time that my website stays connected to my server?

0 Answers
Related