Hi, why in some machines "maxIdleTime" work fine and, in other machines not work ??, I try changing property "maxIdleTime", "1440", and driver always is connected, but in other machines, driver is disconneted after 30 min.....
Thanks,
|
You should be set maxIdleTime on client server, but that connection property should be used on the service url of server side. The default value is 30 minutes so that the server side will disconnect when the client side don't do anything operation in 30 minutes.
|