When I run chrome, it creates a new process for each instance. Why would each process instance have access to the same session cookie? Even all the incognito instances share the same session cookie. How can I turn this off?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Because not sharing the cookie jar would cause nonintuitive behavior — for instance, if you opened a site in one tab, logged in, then opened a new tab and navigated to that same site, you would be logged out in that tab.
There are instructions on how you can set up multiple separate profiles here:
https://support.google.com/chrome/answer/2364824?hl=en
As far as I’m aware, though, there’s no way to use a separate cookie jar without a whole separate profile.