Synchronize Cookies Between Browsers

8

2

Is there any way to share cookies between my browsers, so whatever I do on one browser also takes effect on the other one? (Chromium and Firefox)

user541686

Posted 2011-04-16T19:15:09.857

Reputation: 21 330

Thanks for asking this. Using Chrome and Firefox and just wondered now if this is possible. – Christopher Chipps – 2012-12-22T04:42:15.483

SalesForce.com uses two factor authentication (user/pass + email or text). Once the email/text auth is performed SalesForce.com remembers it. The problem I have is that when I move to a new machine I have to go through the two factor authentication process again. This might be bearable for most but since I am a SalesForce developer and I often work with many accounts of which I am not always the recipient of the second form of authentication (email/text). Syncing cookies (assuming it would work in this case) would make my life easier. – Dana Benson – 2013-08-01T01:39:57.113

Answers

1

No, you cannot share cookies across web browsers. At present, there are no services that synchronizes cookies just like how bookmarks are synchronized.

It does not make sense for you to share a cookie across browsers or even machines, because cookies are supposed to be used to identify unique sessions. Most web applications are also intelligent enough to handle simultaneous access of their service from multiple devices. For example, you can use Facebook or Gmail on your smartphone and laptop without causing any synchronizing issues.

An alternative approach you may want to consider is to use an extension such as Swap My Cookies to manage multiple sessions within a single browser.

hanxue

Posted 2011-04-16T19:15:09.857

Reputation: 2 354

That why there are session cookies and permanent cookies. You're right it doesn't make sens to sync session cookies, but permanent ones will be very helpful. The permanent cookies are the ones kept when you close and reopen your browser. So basically, going from one device to another would be like closing and reopening the browser, which would be very handy ! – Antwan – 2015-12-08T10:39:05.467

-1

Xmarks (http://www.xmarks.com/) is an extensions so that you can share bookmark, history, password across browser or computer. It works in Chrome, Firefox, IE in both Window and Mac.

Is is the extension you're finding?

anticafe

Posted 2011-04-16T19:15:09.857

Reputation: 101

I don't know if Xmarks saves cookies, but even if it does, I don't want to upload cookies with my email and bank account information to some server on the internet. :( – user541686 – 2011-04-17T08:24:06.213

1-1 Xmarks doesn't support the synchronisation of cookies. – Gaff – 2011-04-17T08:49:46.067

@Mehrdad: Xmarks encrypts all data locally with your provided key before uploading it. – user1686 – 2011-04-17T09:48:18.230

@grawity: Yeah but that still makes me shiver a bit. :( Does it even work with cookies? – user541686 – 2011-04-29T20:01:54.277