TCSCookie
Contains data required for working with the DOM element of the document structure
Syntax
TCSCookie = record name: string; value: string; domain: string; path: string; secure: boolean; httponly: boolean; hasExpires: boolean; creation: float; lastAccess: float; expires: float; end;
Fields
- name
- type: string
- functions: name
- value
- type: string
- functions: value
- domain
- type: string
- functions: domain
- path
- type: string
- functions: path
- secure
- type: boolean
- functions: secure
- httponly
- type: boolean
- functions: only http
- hasExpires
- type: boolean
- functions: whether expire
- creation
- type: float
- functions: date and time of UTC creation
- lastAccess
- type: float
- functions: Date and time of last UTC access
- expires
- type: float
- functions: date and time of UTC expiration