Topic Path: Symbol Reference > Classes > TIdCustomHTTPServer Class > TIdCustomHTTPServer Properties > SessionTimeOut Property
ContentsIndexHome
PreviousUpNext
TIdCustomHTTPServer.SessionTimeOut Property

specifies the default time-to-live for persistent HTTP sessions.

property SessionTimeOut: Integer;

SessionTimeOut is an Integer property that specifies the default time-to-live for persistent HTTP sessions created by the HTTP server. SessionTimeOut is assigned as the default SessionTimeOut for the server session list when the HTTP server becomes active. 

SessionTimeOut is used determine when a persistent HTTP session has expired, or become stale. Stale persistent sessions are removed from the HTTP session list. 

The default value for SessionTimeout is Id_TId_HTTPSessionTimeOut, as assigned during initialization of the component.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.