Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow private tabs to use different sessions (partitions) #776

Open
bsclifton opened this issue Aug 20, 2018 · 6 comments
Open

Allow private tabs to use different sessions (partitions) #776

bsclifton opened this issue Aug 20, 2018 · 6 comments
Labels
feature/private-browsing OS/Desktop priority/P5 Not scheduled. Don't anticipate work on this any time soon. privacy/feature User-facing privacy- & security-focused feature work. privacy

Comments

@bsclifton
Copy link
Member

Carried over from brave/browser-laptop#597

Tabs in a private window (either by default or via configuration) should use a different partition

Steps to reproduce

  1. Open a new private window
  2. Visit https://trac.torproject.org/projects/tor and login
  3. Open a new private tab and visit Visit https://trac.torproject.org/projects/tor
  4. Notice this new tab shows you as logged in (from account in step 2)
@tildelowengrimm
Copy link
Contributor

I don't think that this is directly transferrable from the private tabs to private windows model. I'd expect all the tabs in the same private window to share state. Obviously, that state shouldn't be shared with the regular browser and should be dropped when that window is closed.

My friendly amendment would be to allow the creation of multiple distinct private sessions. I feel like there's a fair bit of work to make those distinct from each other. I want to build this feature, but probably at the window level rather than at tab scope.

@tildelowengrimm tildelowengrimm added the privacy/feature User-facing privacy- & security-focused feature work. label Aug 21, 2018
@tildelowengrimm tildelowengrimm added the priority/P5 Not scheduled. Don't anticipate work on this any time soon. label Oct 31, 2018
@allisonphillips
Copy link

Even when I open new private windows (not tabs), it is still picking up the session from other previously closed private windows. Not deleting session data for closed private windows kinda defeats the purpose of private browsing.

@tildelowengrimm
Copy link
Contributor

tildelowengrimm commented Jan 10, 2019

A private browsing session starts when you open your first private window, and ends when there are no private windows open. If you leave your private windows open, your session will persist until you close them.

If there's a change to this, it'll come with the implementation of session windows.

@securitygeneration
Copy link

Wondering if there will be any movement on this one? Your idea @tomlowenthal, to begin with window-wide private sessions, makes sense to begin with (as the current limitation is really the lack of ability to have more than one private session - windowed or tabbed). Seeing as Brave is kinda geared towards privacy, this kind of feature would make sense. Safari seems to be the only browser that enforces separate sessions for all private browsing sessions (windows and tabs).

@kspeakman
Copy link

kspeakman commented Apr 21, 2021

I came here just to find if the idea that @tomlowenthal has suggested here. I do a bit of IT and web dev work and sometimes need to login to the same service with different credentials. For example, separate AWS accounts for different products. Or separate logins for personal, work, and community groups. I typically use a private window to have an isolated session with the same service. But in cases where I need a 3rd login to the same service, I have to open a different browser. It would be awesome to have each private window be its own session. Each tab being in the same session as its parent private window is desirable at times. For example when I need multiple AWS service pages open for the same account.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/private-browsing OS/Desktop priority/P5 Not scheduled. Don't anticipate work on this any time soon. privacy/feature User-facing privacy- & security-focused feature work. privacy
Projects
None yet
Development

No branches or pull requests

7 participants