Hello,
I am working on an application using Web Services. It is an application accessed to the public, without user/password. I wonder, which login should I use for a Web Services search?
AuthenticationUtils.startSession(getUser(), getPassword());
Using "admin" or any user in Alfresco? In that case, is there any issue when more than one user are doing a query at the same time? What is the best practice for this case?
Thanks in advance for your help and answer.
Ally