To check if a user is already connected, you just need to pole the user list if connected sessions. The server maintains this in memory and you can use an API call to retrieve the list and compare.
From all the questions an answers, were still only getting part of the picture, but I think your trying to get away with multiple users using a limited number of accounts, hence the need for override. I have a number of .net apps that are used by multiple of people and have never needed to worry about collisions from another computer. Some of my apps have built in times that will actually log themselves out when not used after a period of time. If your an admin, one could also have a control table in remedy so when your app logs in, it records itself and the user. This way you can always know who's logged in and which app version and name it is. In my table I have set it up so I can block certain versions from logging in. Sent from my iPhone > On Dec 21, 2013, at 7:12 AM, LJ LongWing <[email protected]> wrote: > > ** > I'm not sure, but you may find that you need to burn two licenses, one for > their desktop and one for their mobile. > >> On Dec 21, 2013 8:09 AM, "Sweety" <[email protected]> wrote: >> If yes then below are my questions; >> >> 1) How can I check if a user is already connected from another machine >> 2) After that how can I override the user - I think, I got the answer for >> this from Misi >> >> _______________________________________________________________________________ >> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org >> "Where the Answers Are, and have been for 20 years" > _ARSlist: "Where the Answers Are" and have been for 20 years_ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

