Validate

 

Dovico.TrackITAPI.CTISession.Validate(System.String,System.String,System.Boolean,Dovico.TrackITAPI.CStateInfo)

 

 

Function Overview:

This method validates that a Session ID is valid, and that it is not originating from an attackers computer.

 

 

Parameter List:

sSessionID - string - The encrypted Session ID for the session we wish to verify

sOrigin - string - The IP where the web service request originated

bValidateOrigin - bool - true if we wish to validate the originating IP against Session IP, false otherwise

siState - CStateInfo - State information needed to carry out transaction

 

Returns

void

 

Example:

No example yet available