What is the best way using the C++ api to tell that the server has timed out a user, ie they have been idle for longer than the time out period? I've tried get_IsConnected() but it returns a false positive. What I'm trying to do is detect the disconnect and attempt to reconnect.<br>
<br>--Christopher Jones<br>