Hi Guys,
As part of the help the community day and as a response to a request Palli has raise on behalf of the community, I want to share with you guys another enhancement to make life easier and more productive. As you might know VWG has a direct mapping between the browser URL and an application instance which means that opening the same "http://domain/mainform.wgx" twice in the same browser will cause both tabs to point to the same server instance.
What Palli suggested and and even implemented a code snippet is to force a vwginstance parameter which redirects to a "http://domain/mainform.wgx?vwginstance=XXX" url which will force a different context.
So we have taken Palli's suggestion and implemented it with in the VWG server to automatically redirect to a specific instance. The feature is controlled by a configuration that should be added to the WebGUI config section as following:
<ForcePageInstance Mode="On" />
Cheers,
Guy