I am writing alfresco client API jar. I will supply all kind of API's to the alfresco repository for all my modules using web services. I am interesting in doing startsession just once and every X minutes refresh this session. Also I want to check if the session valid. I could not see this in the AuthenticationUtils API.
I manage to get target association in web services API using queryAssociated. My problem is that I have a content with properties and associations. If I need to get both properties and target association I need to perform 2 queris. Can I do it in just one query?