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
This is probably the most boring issue report I have written in my career, sorry about that.
The default config file sets a cookie duration of 20 years (365 x 20) days, which could put in trouble the people using this package. While GDPR (Recital 30, the ePrivacy Directive, etc.) don't specify a duration, various EU publications mention a reasonable duration of 12 months.
You should either put a more sane default duration (nobody will change that, right?), or change the default text to mention the duration. There are boring discussions out there about the importance of consent (you might be ok with 50 years, since the user did consent to this condition), but the problem is that the duration isn't mentioned by default.
I told you, boring stuff, but it's rather easy to be on the safe side and opt for a default of 365 days.
This discussion was converted from issue #142 on March 10, 2021 19:48.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is probably the most boring issue report I have written in my career, sorry about that.
The default config file sets a cookie duration of 20 years (365 x 20) days, which could put in trouble the people using this package. While GDPR (Recital 30, the ePrivacy Directive, etc.) don't specify a duration, various EU publications mention a reasonable duration of 12 months.
I'm aware of https://github.com/spatie/laravel-cookie-consent/issues/66, I feel this one is different, about changing a default value.
You should either put a more sane default duration (nobody will change that, right?), or change the default text to mention the duration. There are boring discussions out there about the importance of consent (you might be ok with 50 years, since the user did consent to this condition), but the problem is that the duration isn't mentioned by default.
I told you, boring stuff, but it's rather easy to be on the safe side and opt for a default of 365 days.
Beta Was this translation helpful? Give feedback.
All reactions