Unit 'LWSSessions' Package
[Overview][Types][Classes][Index] [#pl_solutionsweb]

TLWSSessions

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

Declaration

Source position: LWSSessions.pas line 31

type TLWSSessions = class(TJSONObject)

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure MakeID;

  

  procedure Start; virtual;

  

  function Finish; virtual;

  

  procedure Commit; virtual;

  

  procedure SetCookieParams();

  

  procedure RegenerateID();

  

  procedure Unset;

  

  function TimeoutAsDateTime;

  

  procedure Delete();

  

  property AutoCommit: Boolean; [rw]

  

  property Header: string; [r]

  

  property ID: ShortString; [r]

  

  property Name: ShortString; [rw]

  

  property SavePath: string; [rw]

  

  property SID: ShortString; [r]

  

  property Timeout: LongInt; [rw]

  

end;

Inheritance

TLWSSessions

  

|

TObject



CT Web help

CodeTyphon Studio