I've written a function that after logging in, an group image will show to customer according to their groups. However, I found that after logging in, no images show to the customers if full page cache is turned on. The images can only show to the customers when the full page cache is disabled.
How can I deal with this issue?
-
Hi Ricky any findings on this??Navin Bista– Navin Bista2016年11月17日 06:02:13 +00:00Commented Nov 17, 2016 at 6:02
1 Answer 1
controller_front_send_response_before
This event will be fired irrespective of FPC enabled. Try using observer on this event.