Hello.
I am looking for a way to restore a GIS Session after a client crash.
I am using this function to create a service factory and establish a GIS session:
ServiceFactory.createServiceFactory(string serviceFactory, HashTable context)
Example contexts:
gis.username
gis.password
gis.tenant
etc
When I read through the API documentation i found another interested context, gis.sessinId.
With this you can connect direcly to a session instead of using the contexts above.
So… My question…
Is there a way to retrieve the GIS Session ID for:
(1) a service factory created with ServiceFactory.createServiceFactory(…).
(2) a configuration service created with the class CFGService(url, port).
References: AilLibrary.dll and CFGService.dll
Best regards,
Andreas