Unit 'fphttp' Package
[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] [#fcl-web]

TSessionFactory

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: fphttp.pp line 165

type TSessionFactory = class(TComponent)

protected

  function DoCreateSession(); virtual; abstract;

  procedure DoDoneSession(); virtual; abstract;

  procedure DoCleanupSessions; virtual; abstract;

  property DoneCount: Integer; [r]

public

  function CreateSession();

  procedure DoneSession();

  procedure CleanupSessions;

  property CleanupInterval: Integer; [rw]

  property DefaultTimeOutMinutes: Integer; [rw]

  property SessionCookie: string; [rw]

  property SessionCookiePath: string; [rw]

end;

Inheritance

TSessionFactory

|

TObject


Documentation generated on: 2023-03-18