Please help me in login logic
-
I'm developing an application.It runs on a network.There is a login form .I want the application if i logged on another machine to exit the first application which logged first .Such as Yahoo login form. How can i do that.
MD_NADA
-
I'm developing an application.It runs on a network.There is a login form .I want the application if i logged on another machine to exit the first application which logged first .Such as Yahoo login form. How can i do that.
MD_NADA
Yahoo would do it by having the app always talk to a central server, which would know when you log in, that you already are, and send a message to the currently logged in copy, telling it to log out.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )