K KaitoX New Member Apr 29, 2013 #1 I am wondering where IPs are stored for whom has voted today. Trying to debug some features and the ability to vote only once a day is making the ability to debug these features exceptionally difficult.
I am wondering where IPs are stored for whom has voted today. Trying to debug some features and the ability to vote only once a day is making the ability to debug these features exceptionally difficult.
Mark Administrator Staff member Apr 30, 2013 #2 IP's are stored in the database table called ip_log you can write a cron job to empty (truncate) that table to allow voting as many times as you like.
IP's are stored in the database table called ip_log you can write a cron job to empty (truncate) that table to allow voting as many times as you like.