You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To offer more control to developers on how cookie duration is managed based on user consent, is it possible to allow cookieExpiresAfterDays to be a function ?
I'm working with orejime on general public websites which requires this kind of behavior especially for users who click decline on Notice or decline all on Modal. It is a pure business needs but it gives more control than a static value.
The text was updated successfully, but these errors were encountered:
To offer more control to developers on how cookie duration is managed based on user consent, is it possible to allow
cookieExpiresAfterDays
to be a function ?This function could take 2 arguments:
consents
:orejime/src/consent-manager.js
Line 6 in 61612c7
config
:orejime/src/consent-manager.js
Line 5 in 61612c7
Motivations
I'm working with
orejime
on general public websites which requires this kind of behavior especially for users who click decline on Notice or decline all on Modal. It is a pure business needs but it gives more control than a static value.The text was updated successfully, but these errors were encountered: