Opened 19 years ago
Closed 5 years ago
#195 closed defect (duplicate)
Poll macro doesn't track session/ip
Reported by: | anonymous | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | PollMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.8 |
Description
If you select a vote, click the vote button and then hit refresh, the vote will be counted twice, hit refresh again, and it'll be tallyed again, and so on. A properly motivated individual can easily skew any results by doing this.
Attachments (0)
Change History (6)
comment:1 Changed 19 years ago by
comment:2 Changed 19 years ago by
Yeah, this has been a problem since day dot and I reached the same conclusion as coderanger.
comment:3 Changed 14 years ago by
Owner: | changed from Alec Thomas to Ryan J Ollos |
---|---|
Trac Release: | → 0.8 |
Reassigning ticket to new maintainer.
comment:4 follow-up: 5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Voting is now restricted to users that have registered a session.
comment:5 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Replying to rjollos:
Voting is now restricted to users that have registered a session.
Confused this with the vote macro ... this is not yet implemented, but this is the feature that I think we need to implement.
comment:6 Changed 5 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Closing as duplicate of #10703, which has a patch.
Tracking against session won't easily work with anonymous users, or those that block cookies. Tracking against IP doesn't work these days because of NAT. What might be more usable is an option to restrict voting to logged-in users only.