Click to See Complete Forum and Search --> : Identifying uniuq application
pgattu
October 12th, 2009, 12:33 PM
Is there any way in windows to identify an application(exe) uniquely in windows(Aprt from the exe name or fully qualified exe path).
My scenario here is like this:
I have server which stores data for different clients.data of the client1 can not be read by client2.
How to differentiate the two clients(apart from names).
Please help me to find a solution.
hoxsiew
October 12th, 2009, 02:14 PM
Are you the programmer of the clients? Your client could generate a session cookie of sorts and use this as a token with each transaction with the server.
pgattu
October 14th, 2009, 04:24 AM
Thanks for reply!!
I am not writing the code for clients. And here in my scenario client can not provide any authenticated or session info to server.
Server itself has to read some attributes of the client (exe) and able to identify with some unique identifier.
hoxsiew
October 14th, 2009, 09:26 AM
When you use "client" and "server" what is the relationship between the two (those tend to be pretty generic terms)? How do they communicate? Are they on the same machine? All of these are important considerations when trying to figure out your problem.
pgattu
October 15th, 2009, 12:12 PM
In my scenario :
Client uses the server to store and retrive data. Server stores it by signing.
My problem here is Server needs to differentiate between clients(owners) when they request the data back to read.
Client and server runs on the same PC.
I am also planning to replace the server with storage component (dll).
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.