Icon ServerSession Property

property ServerSession: TServerSession

Usage

Available In: Client Applications

Specifies the TServerSession instance to use with the database. The default value is nil.

The ActiveServerSession property refers to the server session that is actually being used by the database for authentication and database API requests. If the ServerSession property is nil, then the ActiveServerSession property will reference the global Session instance that is automatically created at application startup.
Image