Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
8answers
2k views

Prevent users from starting multiple accounts?

I know that in the end it, can't be done. But, what are the options to:   a) limit the options for persons to create multiple accounts,   b) increase the chance of detecting multiple ...
3
votes
1answer
605 views

How can I determine a user_id based on an email address in App Engine?

The newest App Engine SDK (1.2.1) has an API call to compute an ID for a user account based on his email address. (The ID remains the same even if the user changes his address later.) See this ...
0
votes
3answers
49 views

Prevent spammers by using a hashed user id in web applications

I am building a web application that allows users to send messages to other users. On the send message page I currently have the user id of the receiver in the URL so the application knows where to ...
0
votes
2answers
96 views

Allow user to create account on one device and use that account on others

I want to make an application that has some views for information display. If I install my app on my iPhone then it should display the info. If I then install that app on my iPad then the app should ...
0
votes
1answer
38 views

Documented solution for detection of users connecting with multiple screen names? [closed]

Say that I have a site where I want to detect users using multiple screen names, based on their connection data. I would want to detect them even if they are not using the multiple screen names ...
0
votes
4answers
405 views

How does a website recognise me? [closed]

I've been using a chat website for a while (irrelevant which one), that has just "banned" me. I've never had to provide login detaisl of any sort, except a "nickname", which can be different every ...
-1
votes
3answers
74 views

Long lasting sessions [closed]

Is there are good library or logic to create this: long lasting (few years) sessions for user identification. Session management like in Gmail and Facebook will be bonus.