[ad_1]
I see it in the description, but I am missing the how. Are there any examples of using cookie values to do redirections?
Basically if cookie x exists, grab the current URL, grab the cookie value and add it to the end as the “last page”.
Example: mywebsite.com/product
Cookie value: newyork
Redirection: mywebsite.com/product/newyork
Possible?
