I have created a Web API that uses the SDK and makes LF connections using a single read-only, full license. The login uses LaserFiche login credentials, not Windows Auth.
This scenario seems to allow up to 8 concurrent connections. I have read many times on this site that the maximum number of concurrent connections/sessions for a single user is only 4. I can't figure out why I am getting 8 concurrent connections.
Are the 8 concurrent connections typical of a read-only, full license? I want to make sure that when I deploy this to Production that I will continue the get the 8 concurrent connections.
Thanks