Forum Moderators: DixonJones
I have a site which limits access to approximately 100 users and the data on the site is commercially sensitive. We can limit the delivery of information within the site, now we want to limit the access.
Is there a way to check that users aren't handing a password around to people using other computers? I suspect cookies may be the answer but am an absolute beginner in this area. They are all dial-up users so IP addresses would be dynamic.
There are many reasons why a cookie could be 'lost' from the visitors browser - a manual clear-out of cookies, the browser only being able to keep track of a certain number of them, or even a hard drive format / OS reinstall. You'd have to come up with a way of allowing members to get a new cookie if they lost theirs, which may end up being more trouble than it's worth.
Real life case: I once signed up for an online banking service that relied on cookies. About once every couple of months I had to reapply by post for a new access code, as the cookie had disappeared for one reason or another. It got to be such a pain that I ended up leaving the bank.
Finding simultaneous usage from different IP addresses for the same user might indicate fraud as well. Overall, I'd say that very limited fraud (e.g., I tell one friend) might be pretty hard to detect. Anything major, though, should create some detectable patterns.