Active
Project:
Commerce product comparison
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2015 at 21:56 UTC
Updated:
9 Jun 2015 at 21:56 UTC
This module uses ctools_cache_set() which ends up causing a session cookie to be created. That session cookie then breaks Varnish caching.
I'd suggest using session storage in the browser instead or http://drupal.org/project/session_cache integration to make a cache that can be configurable.