Chrome - Open separate browser windows, each in incognito mode, that do not share data between

14

6

I would like to be logged into 3 different gmail accounts at once.

I thought that command/switch combination would accomplish this by opening new browser windows with separate incognito mode:

"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" -incognito --new-window https://mail.google.com

Clicking on the shortcut will launch a new window, and it will be incognito, and it will be directed to gmail. I then log in, and then rerun the shortcut and log in with my next account

But, the 2nd window that launches is logged in as my 1st user (why is chrome sharing cookies accross incognito windows - scary!) If I change the log in inside session 2, I then lose the 1st session's log in!

I need the igcognito windows to each be in their own session. How can I acheive this?

Any ideas?

Thanks

(Note: I actually want to acheive this with an intranet site - not gmail, but I am using gmail to illustrate my point)

Crudler

Posted 2015-05-27T13:04:27.280

Reputation: 297

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

Oddly, I'm looking for how to do this too- AND I know I found another commandline swith that made it work... but I can't find it now for the life of me (maybe it was for IE or something...) – boomhauer – 2016-03-31T00:18:21.903

1

For my answer to this question, please see https://superuser.com/a/1195333/203848.

– Carl – 2017-04-04T13:29:27.740

It is not duplicate. There is big difference between: 1) "do not share data between different incognito windows" (the question) 2) "new browser session while opening new tab" (other question) . Thank you @Carl – user1742529 – 2018-04-18T06:44:06.133

Answers

6

All incognito windows share a common set of cookies - this is by design.

Your best option is to use an extension such as MultiLogin.

Karan

Posted 2015-05-27T13:04:27.280

Reputation: 51 857

4A strange design indeed. So "incognito" doesn't isolate a tab from all other tabs, just from tabs running in regular mode. – Dmitry Grigoryev – 2015-05-27T17:56:25.527

@DmitryGrigoryev: Yes, just think of it as two independent sessions - one for all your normal windows/tabs and one for all your incognito windows/tabs. Presumably they didn't allow all incognito windows to be truly independent because of the added complexity. – Karan – 2015-05-27T17:58:33.787

5

You can start several instances of Chrome with different profiles, each having an isolated set of cookies.

Also, google supports being logged into several accounts at once to some extent, but this does not really apply to your case.

Dmitry Grigoryev

Posted 2015-05-27T13:04:27.280

Reputation: 7 505