[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fphttp.pp line 174
type TSessionFactory = class(TComponent) |
protected |
function DoCreateSession(); virtual; abstract; |
procedure DoDoneSession(); virtual; abstract; |
procedure DoCleanupSessions; virtual; abstract; |
property DoneCount: Integer; [r] |
public |
constructor Create(); override; |
function CreateSession(); |
procedure DoneSession(); |
procedure CleanupSessions; |
property CleanupInterval: Integer; [rw] |
property DefaultTimeOutMinutes: Integer; [rw] |
property SessionCookie: string; [rw] |
property SessionCookiePath: string; [rw] |
property SecureSession: Boolean; [rw] |
property SameSitePolicy: TSameSite; [rw] |
property GenerateCSRFToken: Boolean; [rw] |
end; |
| | |
TObject |