Login

 

Dovico.TrackITAPI.CTISession.Login(System.String,System.String,System.String,System.String,Dovico.TrackITAPI.CConnectionInfo)

 

 

Function Overview:

This method attempts to authenticate a DOVICO Timesheet user against the specified database.

 

 

Parameter List:

sUserID - string - An encrypted user id for a DOVICO Timesheet user

sPassword - string - An encrypted password for a DOVICO Timesheet user

sUserIP - string - The user's IP

sOrigin - string - The IP of the originating caller stored in the SESSION for security purposes

sClientType - string - Type of client accessing the API. Defined under CONSTANTS.CLIENT_*. Use the appropriate constant for the appropriate client (Track-IT light == CONSTANTS.CLIENT_TET_LIGHT)

ciConnInfo - CConnectionInfo - The CConnectionInfo connection information for the database we are authenticating against

 

Returns

A string containing the encrypted Session ID.

 

Example:

No example yet available