S
Sharon
Hi to all.
I have a server app. to which i need administration client.
The client will connect to the server via remoting.
I'm thinking of making one class on the server to serve the admin client.
Since the client must be authenticated, each method call will have to
include a session id, given to the client after a successful login.
If you know of a better way to do this, please let me know.
Thanks, Sharon.
I have a server app. to which i need administration client.
The client will connect to the server via remoting.
I'm thinking of making one class on the server to serve the admin client.
Since the client must be authenticated, each method call will have to
include a session id, given to the client after a successful login.
If you know of a better way to do this, please let me know.
Thanks, Sharon.