Page 1 of 1

how to make this poll run using cookies

Posted: Mon May 07, 2007 8:12 am
by rami
well i am using a poll script for site http://www.xyz.com file uploaded in this site...
i have another site http://www.abc.com which is redirected to http://www.xyz.com ..but there is not physical redirection but the http://www.xyz.com is masked by server .ie in address bar http://www.abc.com appears but actually the site loading is http://www.xyz.com


my problem is from http://www.abc.com the user can vote any numbers of time in poll ..i am using cookie protection and i think it is taking the url http://www.xyz.com while writing cookie(the poll files are in http://www.xyz.com) so how can i write http://www.abc.com also to cookie of poll so that the user surfing from http://www.abc.com wont be allowed to vote multiple times...

is writing two url or making single cookie valid for 2 sites allowed or can be done...?
if yes how...

thanks