majocmatt Posted October 8, 2006 Share Posted October 8, 2006 Users are able to vote via text input on my site, but they only are allowed to vote for a certain string once per day, but as many different strings per day as they like.I want to force this by setting cookies, what though, is the best way to do this since there will be multiple strings? One string per cookie or can you set an array of strings in a single cookie?Thanks. Link to comment https://forums.phpfreaks.com/topic/23321-php-and-cookies/ Share on other sites More sharing options...
Orio Posted October 8, 2006 Share Posted October 8, 2006 I'd say each string to have it's cookie, it'll be easier for you.Orio. Link to comment https://forums.phpfreaks.com/topic/23321-php-and-cookies/#findComment-105822 Share on other sites More sharing options...
redarrow Posted October 8, 2006 Share Posted October 8, 2006 You could also acheve this with useing sessions.a thort good luck. Link to comment https://forums.phpfreaks.com/topic/23321-php-and-cookies/#findComment-105845 Share on other sites More sharing options...
majocmatt Posted October 9, 2006 Author Share Posted October 9, 2006 Ok, i will do seperate cookies for each string, however, i dont think sessions alone will work since i want them to be persistent even if they leave and come back later. i realize this wont work if they use a diff computer but im simply trying to minimize the problems Link to comment https://forums.phpfreaks.com/topic/23321-php-and-cookies/#findComment-106561 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.