How to Log Into a Web App Simultaneously with Different Account?

Posted by Ngu Soon Hui on Super User See other posts from Super User or by Ngu Soon Hui
Published on 2009-09-22T03:42:48Z Indexed on 2010/04/16 6:03 UTC
Read the original article Hit count: 286

I want to log into a web application, using at least ten account names at one single point of time ( I am not trying to do anything illegal, so don't worry). AFAIK, each tab in Chrome will share the same session, therefore, for one machine, one can use Google Chrome to log in at most 2 accounts, one in normal mode, another in Incognito mode.

Is there anyway I can log into multiple accounts? I know I can open up IE and Firefox ( probably Safari etc) and login, but this is not really scalable as the number of web browsers is finite.

Edit: My application is a localhost application; it resides on my computer. So proxy may not be that useful, and you now probably understand why it's nothing illegal.

Edit2: CookieSwap seems like a good idea, but the problem is that once I swap the cookie, all the tabs and the FF apps' cookie are swap as well. Can the swapping be done on a tab basis or on application basis, so that on a dual-monitor, I can see the different login side-by-side?

© Super User or respective owner

Related posts about browser

Related posts about web-application