TrackRecordPro API Documentation TrackRecordPro

setSessionID()

Summary

Method Name

setSessionID

Minimum Supported API Version3.0

SetSessionID

$result = setSessionID($id)

Details

This method sets the current session ID to that of a user who logged in previously. You should pass an ID previously obtained by a call to LoginUser, which are valid for up to 24 hours.

Parameters

$idThe ID to use as the current user's session token.

Return value

This method does not return a value.