kentico_jurajo
-
11/30/2012 1:42:06 AM
RE:Polls: Check if voted without cookie (PollInfoProvider.SetVoted)
Hi,
Yes, you need to store the value somewhere else than in browser or session. So, in the database. You will need to add a custom logic that wills ave the voted value together with the user ID. However, I ado not know how big is your site, but this can have pretty big impact on the performance in case of high traffic site and multiple users voting at the same time - checking each one separately and getting and saving the data to the DB.
Best regards, Juraj Ondrus
|