Contains data required for working with the DOM element of the document structure
TCSCookie = record name: string; value: string; domain: string; path: string; secure: boolean; httponly: boolean; hasExpires: boolean; creation: float; lastAccess: float; expires: float; end;