Use the
Notification and timer traffic is ignored when determining if the connection has timed out. The default value of zero (0) indicates that there is no timeout. If no activity occurs within the specified time, the application terminates and the following message is displayed in a message box on the presentation client.
The Current Application Session timed out
In addition, if the
AllowSchemaAndApp<number> = schema-name [, application-name], timeout-value
The following example shows the timeout value in the MyApp application in the MySchema schema set to 30 minutes.
[JadeAppServer] ConnectionTimeout = 0 EnableAppRestrictions = true AllowSchemaAndApp1 = JadeSchema AllowSchemaAndApp2 = MySchema, MyApp, 30
This example allows all JadeSchema applications to be run without any timeout and the MyApp application in the MySchema schema to time out if no activity occurs within 30 minutes.
You can set the
When an application times out (that is, the period specified in the
The application server issues a test to determine if each thin client connection is still valid after 10 minutes of inactivity. If the connection is not available, the application server terminates that connection. (See also the note under "Controlling JADE Thin Client Application Execution", in the previous section.)