Tuesday 17 May 2005 9:42:23 am
i use poll on my website. anonymous users are enabled to vote there - collect.ini.append.php:
...
CollectAnonymousData=enabled
CollectAnonymousDataList[poll]=enabled
CollectionUserDataList[poll]=unique
..
i can vote only once, every other user (using anonymous site access) gets the message that he already voted. it looks like, the 'uniqueness' depends on user, not on session-stored information and it isn't what i want :( has anybody solved this problem?
|