WebApplication.Timeout
From Xojo Documentation
Property (As Integer )
aWebApplication.Timeout = newIntegerValue
or
IntegerValue = aWebApplication.Timeout
New in 2010r4
Supported for all project types and targets.
or
IntegerValue = aWebApplication.Timeout
New in 2010r4
Supported for all project types and targets.
The number of seconds after the last WebSession ends that a CGI application will quit. The default value is 60.
Notes
The web app is only quit if WebApplication.AutoQuit is True.
Sample Code
Change the timeout to 30 seconds:
App.Timeout = 30
See Also
SessionTimeout, WebSession.Timeout properties
WebSession.TimedOut event handler