- Issue created by @jose.rojas
I recently implemented a like/dislike module on my website, but I noticed an issue: after liking or disliking a node, the module overrides the website's cache control header to "no-cache".
My website is configured to use Cache-Control: max-age=21600, public for caching, but this behavior seems to disrupt it.
Has anyone else encountered this issue? If so, how did you resolve it?
Active
2.0
Code