Skip to content

optUserOut cookie expires after session #14487

@Findus23

Description

@Findus23

The cookie set by the new _paq.push(['optUserOut']) feature (mtm_consent_removed) seems to be only valid for a session due to setting 0 here:

setCookie(CONSENT_REMOVED_COOKIE_NAME, new Date().getTime(), 0, configCookiePath, configCookieDomain, configCookieIsSecure);

Metadata

Metadata

Assignees

Labels

BugFor errors / faults / flaws / inconsistencies etc.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions