I have a small program on a server which a few people use, i was wondering if it was possible to see who is running the application? Like get computer name, login name and other info of everyone running the program
You could write out to a log file when the program starts up , writing out the username and machine, etc.
or you could do a similar thing to a database. Using a database you could see who is using it 'now' by removing their info from the table when they close the app.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.