Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TCookie.Secure

Cookie security flag

Declaration

Source position: httpdefs.pp line 191

public property TCookie.Secure : Boolean
  read FSecure
  write FSecure;

Description

Secure determines whether the cookie should only be sent over secure (HTTPS) connections. When True, the cookie will not be sent over unencrypted HTTP connections.

See also

HttpOnly

  

HTTP-only access flag

SameSite

  

SameSite attribute of the cookie


Documentation generated on: Jan 16 2026