Multiple simultaneous browser sessions
I'm looking for a chrome or firefox plugin that allows me to have windows with different sessions. It's a bit like chrome's incognito works: if you open an incognito window, it won't share the cookies with the "normal" browser window.
I'm searching for a solution that allows me to create several windows (incognito only allows two: the main window and the incognito window), each with a different session (i.e., without sharing cookies between browser windows).
Any thoughts? I'm using OSX.
macos firefox google-chrome browser-addons privacy
add a comment |
I'm looking for a chrome or firefox plugin that allows me to have windows with different sessions. It's a bit like chrome's incognito works: if you open an incognito window, it won't share the cookies with the "normal" browser window.
I'm searching for a solution that allows me to create several windows (incognito only allows two: the main window and the incognito window), each with a different session (i.e., without sharing cookies between browser windows).
Any thoughts? I'm using OSX.
macos firefox google-chrome browser-addons privacy
add a comment |
I'm looking for a chrome or firefox plugin that allows me to have windows with different sessions. It's a bit like chrome's incognito works: if you open an incognito window, it won't share the cookies with the "normal" browser window.
I'm searching for a solution that allows me to create several windows (incognito only allows two: the main window and the incognito window), each with a different session (i.e., without sharing cookies between browser windows).
Any thoughts? I'm using OSX.
macos firefox google-chrome browser-addons privacy
I'm looking for a chrome or firefox plugin that allows me to have windows with different sessions. It's a bit like chrome's incognito works: if you open an incognito window, it won't share the cookies with the "normal" browser window.
I'm searching for a solution that allows me to create several windows (incognito only allows two: the main window and the incognito window), each with a different session (i.e., without sharing cookies between browser windows).
Any thoughts? I'm using OSX.
macos firefox google-chrome browser-addons privacy
macos firefox google-chrome browser-addons privacy
edited Mar 5 '12 at 16:17
Raystafarian
19.5k105089
19.5k105089
asked Mar 5 '12 at 0:17
Filipe CorreiaFilipe Correia
14418
14418
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
Chrome has this functionality baked in: http://www.chromium.org/user-experience/multi-profiles
If you hit settings (command-, on OSX), you'll see a "Users" section. Simply add users to generate multiple profiles within Chrome, each of which containing its own cookie jar, history, etc.
Exactly what I was looking for! A million thanks.
– Filipe Correia
Mar 5 '12 at 18:37
Now that I'm trying it more, it's not exactly what I was looking for, because I'd prefer if some data was shared between users (like the bookmarks, url auto-completion, etc.), but still, it's pretty close to what I was looking for.
– Filipe Correia
Mar 5 '12 at 18:43
add a comment |
Not tested, but I think you could do this by using different configuration directories. I don't know about OSX but on linux you can copy .config/google-chrome/ and create .config/google-chrome1/, .config/google-chrome2/, .config/google-chrome3/, etc.
You can start each separate browser with google-chrome --user-data-dir=.config/google-chrome1/.
add a comment |
You can run multiple Firefox profiles simultaneously with the
-p -no-remote
command line argument. This will prompt you to select a profile to run without interfering with other Firefox instances.

More information:
- Command line arguments | MozillaZine Knowledge Base
- Opening a new instance ... with another profile | MozillaZine Knowledge Base
And you can have shortcuts with specific shortcuts with-p "profilename".
– Bob
Mar 5 '12 at 2:16
add a comment |
Mozilla's (relatively) new Multi-Account Containers plugin can do this.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f396918%2fmultiple-simultaneous-browser-sessions%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Chrome has this functionality baked in: http://www.chromium.org/user-experience/multi-profiles
If you hit settings (command-, on OSX), you'll see a "Users" section. Simply add users to generate multiple profiles within Chrome, each of which containing its own cookie jar, history, etc.
Exactly what I was looking for! A million thanks.
– Filipe Correia
Mar 5 '12 at 18:37
Now that I'm trying it more, it's not exactly what I was looking for, because I'd prefer if some data was shared between users (like the bookmarks, url auto-completion, etc.), but still, it's pretty close to what I was looking for.
– Filipe Correia
Mar 5 '12 at 18:43
add a comment |
Chrome has this functionality baked in: http://www.chromium.org/user-experience/multi-profiles
If you hit settings (command-, on OSX), you'll see a "Users" section. Simply add users to generate multiple profiles within Chrome, each of which containing its own cookie jar, history, etc.
Exactly what I was looking for! A million thanks.
– Filipe Correia
Mar 5 '12 at 18:37
Now that I'm trying it more, it's not exactly what I was looking for, because I'd prefer if some data was shared between users (like the bookmarks, url auto-completion, etc.), but still, it's pretty close to what I was looking for.
– Filipe Correia
Mar 5 '12 at 18:43
add a comment |
Chrome has this functionality baked in: http://www.chromium.org/user-experience/multi-profiles
If you hit settings (command-, on OSX), you'll see a "Users" section. Simply add users to generate multiple profiles within Chrome, each of which containing its own cookie jar, history, etc.
Chrome has this functionality baked in: http://www.chromium.org/user-experience/multi-profiles
If you hit settings (command-, on OSX), you'll see a "Users" section. Simply add users to generate multiple profiles within Chrome, each of which containing its own cookie jar, history, etc.
answered Mar 5 '12 at 15:20
Mike WestMike West
1662
1662
Exactly what I was looking for! A million thanks.
– Filipe Correia
Mar 5 '12 at 18:37
Now that I'm trying it more, it's not exactly what I was looking for, because I'd prefer if some data was shared between users (like the bookmarks, url auto-completion, etc.), but still, it's pretty close to what I was looking for.
– Filipe Correia
Mar 5 '12 at 18:43
add a comment |
Exactly what I was looking for! A million thanks.
– Filipe Correia
Mar 5 '12 at 18:37
Now that I'm trying it more, it's not exactly what I was looking for, because I'd prefer if some data was shared between users (like the bookmarks, url auto-completion, etc.), but still, it's pretty close to what I was looking for.
– Filipe Correia
Mar 5 '12 at 18:43
Exactly what I was looking for! A million thanks.
– Filipe Correia
Mar 5 '12 at 18:37
Exactly what I was looking for! A million thanks.
– Filipe Correia
Mar 5 '12 at 18:37
Now that I'm trying it more, it's not exactly what I was looking for, because I'd prefer if some data was shared between users (like the bookmarks, url auto-completion, etc.), but still, it's pretty close to what I was looking for.
– Filipe Correia
Mar 5 '12 at 18:43
Now that I'm trying it more, it's not exactly what I was looking for, because I'd prefer if some data was shared between users (like the bookmarks, url auto-completion, etc.), but still, it's pretty close to what I was looking for.
– Filipe Correia
Mar 5 '12 at 18:43
add a comment |
Not tested, but I think you could do this by using different configuration directories. I don't know about OSX but on linux you can copy .config/google-chrome/ and create .config/google-chrome1/, .config/google-chrome2/, .config/google-chrome3/, etc.
You can start each separate browser with google-chrome --user-data-dir=.config/google-chrome1/.
add a comment |
Not tested, but I think you could do this by using different configuration directories. I don't know about OSX but on linux you can copy .config/google-chrome/ and create .config/google-chrome1/, .config/google-chrome2/, .config/google-chrome3/, etc.
You can start each separate browser with google-chrome --user-data-dir=.config/google-chrome1/.
add a comment |
Not tested, but I think you could do this by using different configuration directories. I don't know about OSX but on linux you can copy .config/google-chrome/ and create .config/google-chrome1/, .config/google-chrome2/, .config/google-chrome3/, etc.
You can start each separate browser with google-chrome --user-data-dir=.config/google-chrome1/.
Not tested, but I think you could do this by using different configuration directories. I don't know about OSX but on linux you can copy .config/google-chrome/ and create .config/google-chrome1/, .config/google-chrome2/, .config/google-chrome3/, etc.
You can start each separate browser with google-chrome --user-data-dir=.config/google-chrome1/.
answered Mar 5 '12 at 0:52
xatr0zxatr0z
54946
54946
add a comment |
add a comment |
You can run multiple Firefox profiles simultaneously with the
-p -no-remote
command line argument. This will prompt you to select a profile to run without interfering with other Firefox instances.

More information:
- Command line arguments | MozillaZine Knowledge Base
- Opening a new instance ... with another profile | MozillaZine Knowledge Base
And you can have shortcuts with specific shortcuts with-p "profilename".
– Bob
Mar 5 '12 at 2:16
add a comment |
You can run multiple Firefox profiles simultaneously with the
-p -no-remote
command line argument. This will prompt you to select a profile to run without interfering with other Firefox instances.

More information:
- Command line arguments | MozillaZine Knowledge Base
- Opening a new instance ... with another profile | MozillaZine Knowledge Base
And you can have shortcuts with specific shortcuts with-p "profilename".
– Bob
Mar 5 '12 at 2:16
add a comment |
You can run multiple Firefox profiles simultaneously with the
-p -no-remote
command line argument. This will prompt you to select a profile to run without interfering with other Firefox instances.

More information:
- Command line arguments | MozillaZine Knowledge Base
- Opening a new instance ... with another profile | MozillaZine Knowledge Base
You can run multiple Firefox profiles simultaneously with the
-p -no-remote
command line argument. This will prompt you to select a profile to run without interfering with other Firefox instances.

More information:
- Command line arguments | MozillaZine Knowledge Base
- Opening a new instance ... with another profile | MozillaZine Knowledge Base
answered Mar 5 '12 at 2:07
iglvzxiglvzx
19.6k1167112
19.6k1167112
And you can have shortcuts with specific shortcuts with-p "profilename".
– Bob
Mar 5 '12 at 2:16
add a comment |
And you can have shortcuts with specific shortcuts with-p "profilename".
– Bob
Mar 5 '12 at 2:16
And you can have shortcuts with specific shortcuts with
-p "profilename".– Bob
Mar 5 '12 at 2:16
And you can have shortcuts with specific shortcuts with
-p "profilename".– Bob
Mar 5 '12 at 2:16
add a comment |
Mozilla's (relatively) new Multi-Account Containers plugin can do this.
add a comment |
Mozilla's (relatively) new Multi-Account Containers plugin can do this.
add a comment |
Mozilla's (relatively) new Multi-Account Containers plugin can do this.
Mozilla's (relatively) new Multi-Account Containers plugin can do this.
answered Feb 25 at 22:36
srulysruly
144
144
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f396918%2fmultiple-simultaneous-browser-sessions%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown