django-cookie-consent icon indicating copy to clipboard operation
django-cookie-consent copied to clipboard

Swap changing expires timestamp value with seconds non-changing value

Open some1ataplace opened this issue 2 years ago • 0 comments

The expiration time changes every time you do a browser refresh. This causes the cache to fill up quickly because every page the user visits, the source code is different each time due to the new expiration timestamp value. Changing this to a static non-changing value of settings.COOKIE_CONSENT_MAX_AGE will display the seconds a cookie will last and this value will not change unless the django developer changes the settings.COOKIE_CONSENT_MAX_AGE in their settings.

Related issue: #49

I am not sure how to do the javascript suggestion as shown in that issue. I will need someone else to make a PR if they want to implement a solution using that method.

some1ataplace avatar Mar 10 '22 04:03 some1ataplace