SmartClient Version: v10.0p_2015-06-10/PowerEdition Deployment (built 2015-06-10)
Browser Version : IE 11.0.9600.17843
Parent(main) window Session is shared with new browser window (com.google.gwt.user.client.Window.open(url, name))
I want to open new browser window with new session when I click the "New window" button from the smartgwt application. I have used the com.google.gwt.user.client.Window.open(url, name). But the problem is the parent window session is shared in the new window opened also. Any idea how to get the new session for the new window opened in com.google.gwt.user.client.Window.open(url, name).
Thanks
Browser Version : IE 11.0.9600.17843
Parent(main) window Session is shared with new browser window (com.google.gwt.user.client.Window.open(url, name))
I want to open new browser window with new session when I click the "New window" button from the smartgwt application. I have used the com.google.gwt.user.client.Window.open(url, name). But the problem is the parent window session is shared in the new window opened also. Any idea how to get the new session for the new window opened in com.google.gwt.user.client.Window.open(url, name).
Thanks
Comment