Web.HTTPApp.TWebSessionManager.OnValidate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnValidate;

C++

__property OnValidate;

Properties

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

Description

Event allowing to perform custom validation of a session ID.

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


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