Hey guys,
Just quickly,
I’ve built a referral program with an index WF redirect that captures vars from the initial URL to the site, stores, hides the vars from the URL then redirects to another page … and we’re still able to retrieve those vars as they’re attached to the user, without an account (login) and without writing to the database.
i.e. URL = www,site,com/?Vars1=Baldy&Vars2=Man >> go.to.page >> www,site,com/coming-soon (without vars)
“Welcome to site,com Baldy Man” etc.
We’re trying to hide the ugly links to increase trust factor before signing up (from a referrer).
This works great for most browsers but Im having trouble with duck-duck-go blocking every cookie, chocolate muffin and caramel doughnut you can imagine.
Is there another efficient way to pass variables through pages without the use of the URL? (either back-end/front-end/api or plugin)?
or is the only way to write to the database? … coz Im thinking, that’ll prob end up with the same result (blockd cookie) unless the user creates an actual account to store variables?
Any advice would be much appreciated … read countless (old) threads, just wondering if there’s been any new advancements/developments by now, someone has a work-around or know or a solution coming in the near future?
Thank you,