WebCookieManager.SameSiteStrengths

From Xojo Documentation

Enumeration
WebCookieManager.SameSiteStrengths

New in 2020r1

The site strengths available.

Notes

If you have embedded Javascripts or are using the WebHTMLViewer control in your app to show a website, either of which comes from another domain, the SameSiteStrength parameter of the Set method, dictates under what conditions your app's cookies will be sent to the domain of the embedded script or site.

Values

Enum Description
Lax If a get request is made to another site by the embedded script/webpage, the app's cookies will be sent.
Off Cookies will only be sent to servers the browser accesses.
Strict Cookies will only be sent to the domain in which the app is hosted.

Compatibility

Web projects on Linux, macOS and Windows operating systems.

See Also

Set method.