Dovico.TrackITWSAPI.API.SessionValidate(Dovico.TrackITAPI.SessionToken)
Function Overview:
Call this method to determine if a session token is valid for a session. Useful for web applications to call before going into a page after user has logged in and a session token has been cached. This will throw a SoapException if the session token is invalid.
Parameter List:
stToken - SessionToken - Session Token to be validated
Returns
void
Example:
// validate that the session token is good
wsapi.SessionValidate(stToken);