internet explorer - Is it possible to have two browser windows opened simultaneously with different sessions? -


is possible have 2 browser (ie , ff mainly) windows opened simultaneously different http sessions same web application? think remember standard way in ie 6.

in ie8 , above, open multiple instances of browser running -nomerge parameter. way, session cookies separate each instance. (source: ieblog)

for firefox, there several ways achieve same result, listed here on superuser

chrome/chromium , opera have private mode, in session cookies aren't shared other windows of same browser (create private window ctrl+shift+n)

tested in of above; note universally valid session cookies (those expire when close browser) - persistent cookies handled differently in each browser.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -