cookie not getting tracked why?
Posted
by user158721
on Stack Overflow
See other posts from Stack Overflow
or by user158721
Published on 2010-04-26T08:12:15Z
Indexed on
2010/04/26
8:13 UTC
Read the original article
Hit count: 205
hi,
on one domain i use command as::
setcookie( "cookiename", "cookievalue", expires after two days, "/", "domain1.com" );
on other domain i used a pixel code as
that url not able to read cookie , but the same url able to read cookie when it is called directly. when i put htat url as a pixel code on other domain . it is not able to read value.
what might be the problem for this ??
Best Regards, Satish Kalepu
© Stack Overflow or respective owner