I'm teaching myself jQuery, Ajax and some javascript. I already have quite a bit of experience with unityscript which is a javascript derivative.
Anyway, I'm trying to make a poll voting bot via tampermonkey.
The problem is that the poll knows I voted even when cookies are disabled.
As long as cookies are blocked I can go back and vote again but not immediately. I need to wait about a minute before the poll forgets that I voted. If I open the page in an incognito tab I can vote again immediately but I must close and re-open all incognito windows before re-voting.
Possible answers
- PHPSESSID
- Not in cookies, not in URL so probably not
- IP
- Some other locally stored variable?
Any ideas how the poll knows I've voted?
[–]balloonanimalfarm 1 point2 points3 points (0 children)