0
votes
Server Side Session Management
Mat DeLong
– When a client connects to a DataSnap server, a session is created. This session is represented with a TDSSession instance or subclass. Session Lifecycle Setting SessionTimeout For TCP connections the session ends only when the connection is closed. For HTTP connections how long a session is alive for can be controlled by the SessionTimeout property exposed by either the TDSHTTPServerTransport or TDSHTTPServer class. For example, the TDSHTTPService component publishes this property, as does TDSHTTPWebDispatcher. The value is set in milliseconds, and represents the amount of time which is ...
Statistics
|
Visits by Source |
User Actions |




