Web.HTTPApp.TCustomWebSessionManager.IdLocation
Delphi
property IdLocation: TWebSessionIdLocation read FIdLocation write FIdLocation default ilCookie;
C++
__property TWebSessionIdLocation IdLocation = {read=FIdLocation, write=FIdLocation, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TCustomWebSessionManager |
Description
Specifies the location of the session ID value.
ilCookie
is the default value.