Web.HTTPApp.TWebRequest.SessionId
Delphi
property SessionId: string read FSessionId;
C++
__property System::UnicodeString SessionId = {read=FSessionId};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TWebRequest |
Description
Returns the session ID for this request.
Returns '' when the application does not have a component implementing IWebSessionManager.