Internet Direct (Indy) Version 9.0.2 Beta
|
TIdHTTPSession = class(TObject)
TIdHTTPSession also provides support for maintaining a persistent HTTP session and state for TIdHTTPServer. TIdHTTPSession is used with TIdHTTPSessionList to provide persistent HTTP session management using the SessionID property and the "IDSESSIONID" Cookie.
SessionID is the unique identifier for the HTTP session.
LastTimestamp is the date and time that the HTTP session was last modified.
RemoteHost is the address of the remote computer using the HTTP session.
Content is a storage area for string values that can be used to form HTTP request and/or response messages.