UserDisconnected is firing before timeout is reach (General questions)
I noticed that the UserDisconnected event is firing exactly 1 minute after a client connects (and no further activity). The wodWebServerCom.SessionTimout and .Timeout and set to 1200 seconds.
Is this a client side issue, or something within the wodWebServerCom? I can find no documentation that IE would close a socket 60 seconds after connecting.
The StateChange that occurs because of this is causing problems.
I am using wodWeb version 1.1.2.224, both Events and Call-backs are showing this issue - using the samples provided.
THanks.