Icon ServerSession Property

property ServerSession: TEWBServerSession

Specifies the TEWBServerSession 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 DefaultEWBSession instance that is automatically created at application startup.
Image