|
-
Sep 15th, 2003, 03:30 PM
#1
Thread Starter
Addicted Member
Cookies or Else ?
I need to limit users from posting more than once their vote
to the server.
Is there any better way to restrict them than using cookies and(or) IP Address?
Thank Ya all
-
Sep 15th, 2003, 03:33 PM
#2
Frenzied Member
Is this a survey application? If so, what did you capture in DB, IP address per user?
-
Sep 15th, 2003, 03:36 PM
#3
the way I've done it is to track their userID -- only registered users logged in can vote (just like only registered users logged in can post)... then if they have already voted, you can either display the results, or deny them...
-
Sep 15th, 2003, 05:39 PM
#4
Thread Starter
Addicted Member
survey
This is sorta survey page, but it allows anonymous users too, so I cannot force them to register, but I may capture any other info
including IP address and keep it in DB.
So, would be IP better idea than cookies ?
Thank ya all.
-
Sep 15th, 2003, 10:26 PM
#5
Frenzied Member
If it's on Intranet with LAN setup for dynamic IP, I would go with cookies.
If it's on Internet, DB would be better for capturing IP addresses.
-
Sep 17th, 2003, 05:11 AM
#6
Fanatic Member
The cookies is better then IP.
majority user dynamic ip...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|