Hello,
I have an application that I am planning to allowing switching between searching with the Laserfiche Web Access Client and the Laserfiche Desktop Client passing in specific metadata; say we pass in a name or title. Main issue is that if the user uses the web client (passed in search parameters), then close the browser, the application can also launch the Naitive Desktop Client, but then this obviously leads to the License Limit Error. Just planned this to give users a preference if one users preferred one version of the client over the other.
Is there some way in code to deal with this? Are we able to read sessions of the current user and end them whether it be Web or Desktop Client related? I will not have any session data related to the Web Instance as I'm just passing in the search syntax through the URL. I will likely have info related to the Laserfiche Desktop Client sessions though.
Is this something the Laserfiche SDK has access to or is this a separate SDK for Web Access?
Thanks in advance for any help or info on this.