Hi
I am providing a number of web methods via asmx web service for a mobile app. How does security work in this scenario? Does each web method call need to receive username/password to authenticate each time, or can the authentication for a client app be done only once at the start of client app session?
Thanks
Regards