Which properties to reconnect automatically are there in version 1.0.8.4?
We are running in Oracle MWA version 1.0.8.4 and we face huge kind of disconnection/ connection errors, in mwa.cfg just have setup two parameters:
mwa.DropConnectionTimeout, and mwa.StaleSessionTimeout. My question is, Can I add this:
- The application reconnects automatically when there is a disruption in the network connection. In the
mobile_key.ini
file, configure the following properties:RESTORE_CONNECTION_AUTO
: Set to YES to enable the Reconnect feature. The default value is NO.RESTORE_CONN_ATTEMPTS
: Number of attempts to reconnect. The default value is 5.RESTORE_CONN_WAIT_TIME
: Waiting time before each reconnecting attempt. The default value is 5000 ms.