Icon TServerSession

Unit: WebSession

Inherits From TComponent

Available In: Client Applications

The TServerSession component represents a web server session and is used for authentication and retrieving basic information about the authenticated user after authentication has taken place. In addition, the TDatabase component uses a TServerSession component instance for performing authentication as necessary when making database API requests. The server session is associated with the TDatabase component using its ServerSession property.

Information Eventually this component will provide the classes and methods for remotely administering a web server instance, but currently does not provide such functionality. At this time, the only way to remotely administer a web server is by using the IDE.


Image