manishsawant
MIS
Hi,
I want to restrict the second user with the same loginid trying to login in to the application by displaying a confirm dialog box saying "User with the same login credentials already logged in, would you like to overwrite him." If the user clicks yes then he overwrites the first user and let him use the application. The first user should become invalid and shouldn't be able to use the application. The first user should be notified that he has been overwritten.
I have a web service which authenticates the user by checking his credentials in the database.
Has anyone done this before. I am using ASP.net 2.0 with SQL Server 2000.
Thanks,
Manish
I want to restrict the second user with the same loginid trying to login in to the application by displaying a confirm dialog box saying "User with the same login credentials already logged in, would you like to overwrite him." If the user clicks yes then he overwrites the first user and let him use the application. The first user should become invalid and shouldn't be able to use the application. The first user should be notified that he has been overwritten.
I have a web service which authenticates the user by checking his credentials in the database.
Has anyone done this before. I am using ASP.net 2.0 with SQL Server 2000.
Thanks,
Manish