Hi rvkvino,

ConnectionSharing is the object of our client API that allow to specify if and how the connection is shared between different LightstreamerClient instances.
If you are using a versiont 7.0.x of Lightstreamer Web Client this is the correct syntax to leverage the engine sharing:

lsClient.enableSharing(new ConnectionSharing("my_sharing_name", "ATTACH", "CREATE"));

If you've built your library with the provided generator,please make sure you've included the ConnectionSharing class.

I confirm that the code should be the same in all your pages and the Lightstramer client will manage out of the box the sharing of a single connection to the server across all LightstreamerClient instances.

Please, take also a look at this demo that shows a quite similar scenario.

Regards,
Giuseppe