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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|