i've developed web service using SDK 9.0.1, this web service contains two operations are consumed by third part application
1- Search ; once documents are found, displayed as list on third party application, user can download or view document from list.
2- uploading document to Laserfiche
on both operations i am using one LF named users allocated to this web service, each time web service is consumed / requested i am logging using this named,.
since this web service becomes more usable by third party application, and if there are more than two requsts on same time, web service can't login to laserfiche due to maximum number of sessions.
Is there away to solve this issue or away to log into laserfiche with same user that is allocated to web service many times at the same time, i know it laserfiche license policy ...
regards