Ima start by saying that i searched the site for the answer for this before posting… that said im sure the answer is sitting on a sticky post somewhere.
Secret Crush related question.
I cant seem to get secretCrush to find my cookie, even though i do see the cookie when I check my browsers cookiemanger [ looked in both chrome and safari ]
My site lives here. gameachievements.org
My mint install lives here tracking.gameachievements.org/mint/
i think that the problem may lie in the fact that i am setting the cookie at one domain level and the mint install is on a separate subdomain. As such i have tried to set the cookie to be active across all subdomains.. i set my cookie in php using..
setcookie('gaNamer', $user, time() + 4800,'/','.gameachievements.org');
any suggestions? thanks in advance.
M