Internet Direct (Indy)
|
Specifies the time-to-live for a HTTP session.
property SessionTimeout: Integer;
SessionTimeout is an Integer property that specifies the time-to-live for a persistent HTTP session. SessionTimeout is expressed as a number of milliseconds.
SessionTimeout is used to determine when a TIdHTTPSession is stale (the LastTimeStamp indicates that the SessionTimeOut has elapsed) in a HTTP server implementation that maintain persistent sessions.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |