-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Comments
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. |
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. |
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. |
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). |
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. |
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
The text was updated successfully, but these errors were encountered: