The traditional way to browse a site with multiple sessions is by using multiple browsers at the same time. Are there any Google Chrome / Firefox plugins that can do the same using a single browser?

link|improve this question

I’m not clear on what you’re asking. Are you asking about multiple instances? It sounds kind of like you’re asking if you can run Chrome with more than one profile, in which case, yes, you can. – Synetech Mar 30 '11 at 1:22
For example, to multiboxing Facebook game, I have to login multiple accounts. With IE/FF/GC, I can login 3 accounts at the same time. My question is -- is there any easy way to do this with just one browser? Running GC with different profile sounds like it. Is there a plugin or easy way to open GC in a different profile? – Stan Mar 31 '11 at 8:08
Synetech inc.: Could you perhaps share with us how? :) – Helgi Hrafn Gunnarsson May 6 '11 at 14:27
Heh. I find myself doing the same thing, but I needed 4 logins today, so I had IE/FF/GC on laptop, and GC on TS on server :P I really need a plugin like this too... – mellamokb Feb 1 at 21:26
feedback

6 Answers

up vote 4 down vote accepted

I have created a Google Chrome extension that allows multi-session browsing.

Download here: http://www.musatcha.com/software/NewChromeSession/

It puts a button on your Chrome toolbar that launches a completely separate instance of Chrome which has its own cookies. (In fact, it has its own history as well.) This allows you to test your pages with multiple user accounts at the same time, or use multiple Gmail/Facebook accounts, etc.

link|improve this answer
feedback

The difficulty in doing what you're asking revolves around the way the session is maintained between client and server. In most web sites, sessions are tracked by a cookie set in the browser, which gets stored in a way similar to your web cache, which is then shared across instances of that browser.

I could conceive of the possibility of creating an addon that would allow you to force which cookie a given window/tab uses, but I'm not aware of such an addon today. The closest thing I can find in a few minutes' searching is CookieSwap for Firefox, but it hasn't been updated in years.

link|improve this answer
feedback

The CookieSwap* firefox extension is pretty useful.

If you have multiple logins for web based e-mail accounts (like Gmail and Yahoo! mail), then CookieSwap enables you to easily switch between those different accounts by swapping the 'cookies' that the sites use to know you.

* Not available for Firefox 4 yet, but top of the page it says it's coming soon.

link|improve this answer
feedback

by using ie higher than v8.0, you could obtain that feature. by pressing 'alt' to show the menu bar and then click the 'new session' in the file menu, you can start a new session

link|improve this answer
feedback

You can use the Incognito function in Chrome. Each window will have its own session that way.

link|improve this answer
feedback

use "IE Tab" addon in firefox. You can browse linke with IE engine it has. IE Tab Addon page

link|improve this answer
1  
thanks. However, this is just another work-around like GC incognito. It can only have 2 sessions at the same time. I was looking for multiple sessions. – Stan Mar 29 '11 at 23:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.