Tried playing around with this. Could not get a different instance to load with:
http://localhost:1707/Main.wgx?vwginstance=2
This just hangs the application. Should that work? It's not.
The main thing I want to do is allow a user to run a new user login link to verify the email account. And if another instance happens to be running, the link still works to validate the account, and does not go "into" the current session, bypassing what the link was supposed to do. But it does not even work that well. Because the VWG login form has already been used for a user a log on, the link just skips the logon page and goes straight into the MainForm. I am thinking I need to just make a plain old asp.net page with some text on it to validate the user (since I believe asp.net pages are outside of the login process unless I change that). Or is there a way to use a VWG page, maybe call another Main Form to do this validation. Would that be a good way? Is there a way to have only one VWG form not under the control of the login process?