Prevent user to do multiple logins with same credentials

Feb 24 2009 12:11 AM
I am developing a webchat application in which I don't want a user to login to the site with same user name twice. I want first user session to expire when user logs in from other PC to the same site like in Yahoo messenger.List of users who are online is maintained in an array.Can anyone suggest me how to do it?

Answers (4)