One reason cookies aren’t working
-
After much frustration trying to make a simple rule like “don’t popup again for a day once the popup has been closed” I discovered one reason cookies weren’t working – if you deleted a cookie and tried again (I’m new to the plugin and wasn’t getting things quite right), the new cookie had the same name by default (the ID of the popup). But of course that cookie had already been set in my browser. Hence the “new” cookie didn’t work.
So, if you’re testing things and need to change some parameter in your trigger/cookie, you should either:
clear browser cookies after each test
or
give the new cookie a unique name and make sure that same name is put in the corresponding trigger.
- The topic ‘One reason cookies aren’t working’ is closed to new replies.