Internet Direct (Indy)
Home
PreviousUpNext
TIdHTTPSession.LastTimeStamp Property

Specifies the date and time a session was last modified.

Pascal
property LastTimeStamp: TIdDateTime;

LastTimeStamp is a read-only TDateTime property that identifies the date and time that a HTTP session was last modified. LastTimeStamp is used with the SessionTimeOut value from TIdHTTPCustomSessionList to determine when a persistent HTTP session has expired. 

LastTimeStamp is initialized when CreateInitialized is used to instantiate the object instance. 

LastTimeStamp is updated in TIdHTTPDefaultSessionList.GetSession when a HTTP session is accessed for use with a HTTP request or response in TIdCustomHTTPServer

LastTimeStamp is used in the PurgeStaleSessions method in TIdHTTPDefaultSessionList to determine when a stale session needs to the removed from the session list.

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.