Icon TWebServerSession

Unit: WebSrvr

Inherits From TExternalObject

Available In: Server Applications

The TWebServerSession class represents the web server session that was established during user authentication and contains information about the authenticated user and the web server session itself.

Information A web server session must be established and the user authenticated before any request can be made to a server application. This occurs transparently when the client application makes the proper authentication calls to the web server, and failure to do so will result in any calls to a server application failing.


Image