Web.HTTPApp.TWebRequest.Session
Delphi
property Session: TWebSession read FSession;
C++
__property TWebSession* Session = {read=FSession};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TWebRequest |
Description
Returns the session for this request.
Returns nil when the application does not have a component implementing IWebSessionManager.