Web.HTTPApp.TWebSessionManager.OnIdStored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnIdStored;

C++

__property OnIdStored;

Properties

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

Description

Event firing after a session ID is stored in response.

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


Event firing after a session ID is stored in response.

See Also