useLegacySameSiteCookie property

bool? useLegacySameSiteCookie
final

Whether an additional cookie with no SameSite attribute is set.

This is used to support legacy browsers that are not compatible with the latest SameSite changes.

This will log a warning on modern browsers. You can disable the warning by setting this to false, but be aware that some older user agents will not work.

See https://www.chromium.org/updates/same-site/incompatible-clients.

Defaults to true.

Implementation

final bool? useLegacySameSiteCookie;