Hello
Im having problems setting a cookie in PHP (using the Magento platform). The page is at:
When I click on a link here, a iframe opens up. This iframe opens up and is located at:
http://example.com/somewhereelse/index.html
I check a checkbox or I dont. If I check it, a cookie is set to true (lets say whereelse = true) else its set to false (lets say whereelse = false). This works. It sets it to true and false.
After clicking a link, that basically goes to the cart it goes to
But I do not see the cookie at all.
Ive also tried using localstorage and that DOES WORK....but from PHP I cannot access it later.
If more information is needed, please ask and Ill try to put it if known what is asked.
Thank you.