The network timeout parameters might be relevant for your case, see SAP note 824554and Timeout Options for ICM and Web Dispatcher - SAP Web Dispatcher - SAP Library for details. Notice however if the application layer disconnects but the network layer doesn't it is up to the application to realize the disconnect. If there is no logic in the application layer, you can always rely on the network layer timing out. Typically it makes sense to have a fairly small session timeout as well so that resources consumed by disconnected clients are freed for others to use.
↧