Table of Contents

TTMSFNCWebBrowserSameSiteType Enumeration

Controls the SameSite attribute of a browser cookie, which restricts cross-site cookie sending.

API unit family: TMSFNCWebBrowser

Members

Name Description
sstNone No SameSite restriction; the cookie is sent with all requests, including cross-site.
sstLax Cookie is sent with same-site requests and with top-level cross-site navigations (Lax policy).
sstSameSite Cookie is sent only with same-site requests.