How to open new window with new session always in IE?
in java-script method i have an window.open(appurl,'_blank',"height=500,width=500")
if i call the java-script method, application needs to open in new window with new session(Alt+F+I) in IE browser.
if i call the java-script method once again, application needs to open in new window freshly.should not share the existing window sessions.