integrativesoft / lara

Lara Web Engine is a lightweight C# framework for web user interface development.
Apache License 2.0
153 stars 9 forks source link

Pages with no events triggered for 4 hours automatically expire #75

Closed pablocar80 closed 4 years ago

pablocar80 commented 4 years ago

Web pages aren't sending a 'keep alive' message to the server, and thus expiring automatically after the default expiration interval of 4 hours.

The consequence is that when a page has been idle for 4 hours and the user tries to use the page (e.g. clicking a button), the page reloads.