Web.HTTPApp.TCustomWebSessionManager.OnValidate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnValidate: TWebSessionValidateEvent read FOnValidate write FOnValidate;

C++

__property TWebSessionValidateEvent OnValidate = {read=FOnValidate, write=FOnValidate};

Properties

Type Visibility Source Unit Parent
event public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TCustomWebSessionManager

Description

Event allowing to perform custom validation of a session ID.

Optionally, creates and returns a session object, which will be stored in the internal session list.

See Also