I am currently developing a web app that we will be deploying to the Xojo Cloud. For user security, we have set the session time out to 15 minutes.
The question I have, is there a way to keep the app running so that the application can run routines on a regular basis?
With our current web app on Xojo Cloud I know the application closes after awhile where there are no active session. Currently we get around it with a separate application running that does not have a session timeout that runs maintenance routines on a regular basis. But this also requires a browser to be running at all times to keep an active session so that the application doesn’t quit.