5
1
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?
That edit helps out a lot in figuring a solution. – random – 2009-09-22T04:21:43.963
shouldn't you be able to use multiple instances of Igognito? – salmonmoose – 2009-09-22T04:35:39.880
1Yeah that edit completely changes things. You should always supply as much information as possible in your question to get a more complete answer. – John T – 2009-09-22T04:41:24.033
There can only be one instance of Incognito, in Google Chrome. – Graviton – 2009-09-22T04:47:29.763