You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Creates and sets a unique Session ID for the current HTTP Request/Response. This is used to stamp various logs.

Syntax

Response = HTTP_Services('SetSessionID')

Returns

N/A

Parameters

ParameterDescription
SelfURLThe self URL relevant to the current service. Required

Remarks

The Session ID is created in the following format:

YYY-MM-DD_HH-MM-SS_<ProcessID>

Process ID is created with the GetCurrentProcessID Windows API.

  • No labels