A question on the connectionState
in SPSession
: when does the session change to and from
SP_CONNECTION_STATE_DISCONNECTED
, i.e.:
SP_CONNECTION_STATE_LOGGED_IN --> SP_CONNECTION_STATE_DISCONNECTED
and SP_CONNECTION_STATE_LOGGED_IN <-- SP_CONNECTION_STATE_DISCONNECTED
?
Is it disconnected upon some kind of timeout, or does it simply mean that the AP isn't online?
If the session is in its
SP_CONNECTION_STATE_DISCONNECTED
state, do you have to invoke a login to move it toSP_CONNECTION_STATE_LOGGED_IN
or does that happen whenever you try to do something against the AP?
Thanks.