Record - http : CookieConfig

Client configuration for cookies.

Fields

  • enabled boolean (default false)
  • User agents provide users with a mechanism for disabling or enabling cookies

  • maxSizePerCookie int (default 4096)
  • Maximum number of bytes per cookie (as measured by the sum of the length of the cookie’s name, value, and attributes), which is 4096 bytes

  • maxCookiesPerDomain int (default 50)
  • Maximum number of cookies per domain, which is 50

  • maxTotalCookieCount int (default 3000)
  • Maximum number of total cookies allowed to be stored in cookie store, which is 3000

  • blockThirdPartyCookies boolean (default true)
  • User can block cookies from third party responses and refuse to send cookies for third party requests, if needed

  • enablePersistence boolean (default false)
  • Users are provided with a mechanism for enabling or disabling persistent cookies, which are stored until a specific expiration date. If false, only session cookies are used