Hello Experts!
We just implemented the NAV 2013 CU 37 PLATFORM ONLY updates over the weekend. Everything seemed fine. However, for some reasons, the 'Idle Client Timeout' setting of 01:00:00 (1 hr) in the Client Services Tab of our NAV Service doesn't seem to work. Users are NOT logged off automatically even passed 1 hour of no activities.
I already stopped and restarted our NAV Service just to make sure.
FYI, below are our settings in the client services of our NAV Service:
Idle Client Timeout=01:00:00 (to indicate 1 hr)
Max Number of Orphanned Connections=20
Reconnect Period=00:10:00
FYI, i checked the customsettings.config in the C:\program files\microsoft dynamics nav\70\service folder of our Nav server and i found below:
<!--
Maximum time in seconds a call from the client to the server
may take to return.
Time span format: [dd.]hh:mm:ss[.ff]
dd: days
hh: hours
mm: minutes
ss: seconds
ff: fractions of a second
Or "MaxValue" to indicate there is no timeout.
-->
<add key="ClientServicesOperationTimeout" value="MaxValue" />
<!--
The security services used to protect the client/server data stream.
Valid options: EncryptAndSign, Sign, None
-->
<add key="ClientServicesProtectionLevel" value="EncryptAndSign" />
<!--
Maximum number of concurrent client calls that can be active on the
Microsoft Dynamics NAV Server. To disable this setting set the value
to "MaxValue".
-->
<add key="MaxConcurrentCalls" value="40" />
<!--
The maximum number of concurrent client connection that the service
will accept. To disable this setting set the value to "MaxValue".
-->
<add key="ClientServicesMaxConcurrentConnections" value="150" />
<!--
Sets the grace period within which the client can reconnect to a
running session.
Time span format: [dd.]hh:mm:ss[.ff]
dd: days
hh: hours
mm: minutes
ss: seconds
ff: fractions of a second
Or "MaxValue" to indicate there is no timeout.
-->
<add key="ClientServicesReconnectPeriod" value="00:10:00" />
<!--
You think this is overwriting my settings?
Thoughts?