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

N/A

Remarks

The Session ID is created in the following format:

YYYY-MM-DD_HH-MM-SS_<ProcessID>

Process ID is created with the GetCurrentProcessID Windows API.

  • No labels