Datasnap.DSSession.TDSSession.GenerateSessionId

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GenerateSessionId: string; static;

C++

static System::UnicodeString __fastcall GenerateSessionId();

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSSession

Description

Generates a unique session ID.

The GenerateSessionId method generates a unique session ID. GenerateSessionId returns the session ID as a string.

No assumptions should be made about the ID structure or content other than uniqueness on the current process.

See Also