Can Firefox be used with multiple Private Browsing sessions?

8

1

I have a need to use Firefox with multiple independent sessions, due to some websites with problematic path-dependent navigation. Firefox's "Private Browsing" option seems to allow multiple windows and tabs, but they are all tied to the same session. In the current configuration, there seems to be exactly one session for all of the non-private windows and tabs, and exactly one other session for all of the private windows and tabs. This is a problem because sometimes I need a variety of windows each with a different session, and don't want to be limited to only two of them.

As an example, some airline reservation websites make it very difficult to independently browse and navigate different flight-booking searches in different windows, because the site uses cookies in a way that causes the navigation in one window to corrupt that in another window.

Are there any options in Firefox or add-ons to support this?

user553702

Posted 2013-10-02T00:32:18.527

Reputation: 1 081

Answers

3

There is an add-on called MultiFox that does this.

OR, use the -no-remote command line switch to open another Firefox instance with its own profile if you want to run different Firefox versions simultaneously; you'll have to combine it with the -P switch specifying the alternate profile.

Debra

Posted 2013-10-02T00:32:18.527

Reputation: 4 000

2MultiFox does not support multi--process Firefox (e10s) :-( – DReispt – 2017-01-20T11:14:45.243

1@Debra would you give a example command with -no-remote? – alhelal – 2018-02-24T10:02:34.117

1

As of version 53 (or earlier) Firefox Test Pilot now has support for Containers, which is basically what you are asking for (a native version of MultiFox).

Unfortunately, as best I can tell it only works for normal browsing, so your private sessions are still all lumped together.

ropeladder

Posted 2013-10-02T00:32:18.527

Reputation: 131

2

Containers has graduated from a Test Pilot experiment to an extension.

– Mathieu K. – 2018-04-17T20:23:59.150

1

I have not actually tried doing this yet, but possibly try using Profile Manager to set up multiple profiles, and then the ProfileSwitcher addon would help with launching them? I'm pretty sure multiple profiles are not going to share cookies, anyway. I can't speak to whether it'll do anything weird with Private Browsing, but it sounds like you're really just using Private Browsing to simulate having multiple profiles open.

Periphrastic

Posted 2013-10-02T00:32:18.527

Reputation: 126