Can I create a new session in another tab or window in Google Chrome?

42

8

I have multiple accounts on many of the same services. I would like a better way to manage my sessions.

  • A personal Gmail account, and one for work
  • A personal Amazon account, one for work
  • A personal hosting account, one for work, one I manage for a freelance client
  • Many other scenarios like this

As a developer, I'd like to avoid repetitive logins for

  • browse as a logged-in admin
  • browse as a logged-in user
  • browse as a guest, or any other role

I'd like to avoid having to logout, login, logout, login, over and over again.

I understand that some services like Gmail offer simultaneous logins, but I want a general purpose solution that works for all services.

Chrome Incognito Mode is not designed for this

  • Chrome Incognito Mode gives you a new cookie jar, but cookies are shared across other incognito windows. At best, this means you can have two sessions.

  • Other browser extensions you may rely upon are not available in Incognito windows (nor should they be)

  • This isn't Incognito's intended purpose

macek

Posted 2010-12-03T19:56:00.263

Reputation: 5 157

Question was closed 2017-01-17T00:46:16.873

@Andrey answer about the extension MultiLogin is the best answer for me it works flawlessly

– Metafaniel – 2015-03-04T18:42:54.587

About the question, it is also usefull this functionality for developers, foe example I'm programming a web system with multiple users profiles and with that plugin I can log in as a distinct user in each tab and see test the interaction with all these roles ;) – Metafaniel – 2015-03-04T18:44:45.423

I don't such an extension exists - atleast I cannot seem to find one. – Sathyajith Bhat – 2010-12-03T21:30:11.850

I recently had a similar issue, Now that you can login to GoogleAPP accounts from gmail.com. I could have a Personal gmail and a work Gapp Account logged in with shortcut bar icon for each. I have yet to find a fix – Lightly Salted – 2010-12-03T22:21:42.283

Answers

28

Currently, this is not possible.

You can use multiple profiles in Google Chrome, though. Read the instructions here.

jsejcksn

Posted 2010-12-03T19:56:00.263

Reputation: 2 854

1@Jesse Jackson This answer is no longer true. Could you update your answer to reflect the fact that plugins now exist. I think this question is commonly found by Google – Andrey – 2015-03-04T19:16:52.773

1Hey man, this is PERFECT!! Two completely separate sessions working great!! – Brad – 2011-05-22T17:03:15.150

Also, multiple profiles are something that are going to be baked into Chrome in the future. You can enable it in the Canary build or by navigating to about:flags in any version. – jsejcksn – 2011-06-10T03:28:38.653

1

Link in answer appears broken. Find same info here: https://support.google.com/chrome/answer/2364824?hl=en

– Trindaz – 2013-07-08T00:07:28.757

5

Justin

Posted 2010-12-03T19:56:00.263

Reputation: 251

This solution is valid only for Google accounts. – Envite – 2016-06-21T07:00:07.647

4

MultiLogin is down from the google webstore, but there is an alternative (SessionBox) https://chrome.google.com/webstore/detail/sessionbox-beta/megbklhjamjbcafknkgmokldgolkdfig

hovitya

Posted 2010-12-03T19:56:00.263

Reputation: 141

1@DanielHári You don't have to. The extension doesn't work anyway. – Mathieu Marques – 2016-09-29T13:57:39.583

1SessionBox is very cumbersome and hard and annoying to use for this very simple use case of opening a new tab without the other tabs' sessions. – Daniel Hári – 2017-02-22T20:55:04.217

some time doesn't work!!! – Nabi K.A.Z. – 2017-07-16T11:13:53.553

1

Ghost Browser (http://ghostbrowser.com) allows you to do all of those things from one browser window. Every time you open a new tab you can assign it to an isolated cookie jar so whether you are logging in to multiple google accounts or are testing different account levels of a web site you are building, you can do it all in one browser window. It's built off of Chromium so you can also use your favorite Chrome extensions with it.

Disclaimer: I'm the founder of the company that built it.

Larry Kokoszka

Posted 2010-12-03T19:56:00.263

Reputation: 19

1

So after being frustrated that such a simple plugin didn't exist, I made a script for launching a clean Chrome. It is called New Chrome Session.

https://bitbucket.org/bradisbell/new-chrome-session/overview

This creates a shortcut that launches a completely blank session, which tracks its own cookies and what not.

You can use this to login to multiple accounts simultaneously. It works great for Gmail and Facebook, as well as sites using basic auth. It should work for everything.

The only catch that I can see is that you can't use both within the same window. I don't think there is a way around this.

Anyway... enjoy!

Brad

Posted 2010-12-03T19:56:00.263

Reputation: 4 459