Results 1 to 6 of 6

Thread: Cookies or Else ?

  1. #1

    Thread Starter
    Addicted Member BarankinBeAMan's Avatar
    Join Date
    Aug 2002
    Location
    Reston,Va
    Posts
    164

    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

  2. #2
    Frenzied Member andreys's Avatar
    Join Date
    Sep 2002
    Location
    Los Angeles
    Posts
    1,615
    Is this a survey application? If so, what did you capture in DB, IP address per user?
    Visit my PROJECTS @ www.asprojects.com

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    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...
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4

    Thread Starter
    Addicted Member BarankinBeAMan's Avatar
    Join Date
    Aug 2002
    Location
    Reston,Va
    Posts
    164

    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.

  5. #5
    Frenzied Member andreys's Avatar
    Join Date
    Sep 2002
    Location
    Los Angeles
    Posts
    1,615
    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.
    Visit my PROJECTS @ www.asprojects.com

  6. #6
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Earth
    Posts
    762

    Cool

    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
  •  



Click Here to Expand Forum to Full Width