Web.HTTPApp.TWebSessionManager.IdLocation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IdLocation;

C++

__property IdLocation = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebSessionManager

Description

Specifies the location of the session ID value.

Web.HTTPApp.TWebSessionManager.IdLocation inherits from Web.HTTPApp.TCustomWebSessionManager.IdLocation. All content below this line refers to Web.HTTPApp.TCustomWebSessionManager.IdLocation.


Specifies the location of the session ID value.

ilCookie is the default value.

See Also