How to identify the user who invoked the service
Hi,
How to identify the user who invoked the service?
One option I'm aware of is based on the appKey
var loggedInUser = Resources["CurrentSessionInfo"].GetCurrentUser();
with this approach, I had to create an appKey for each user.
What other options are available? If i didn't want to generate a new appKey for every user.
Regards
Arunkumar D

