Google Chrome – Why Does Google Chrome Not Keep Cookies?

cookiegoogle-chrome

There have been a number of users reporting this starting as early as google chrome 11.0.696 on Lucid Lynx. I am seeing it currently on chrome version 16.0.912.75 (Official Build 116452) on Oneiric Ocelot.

Despite having the cookies setting set to allow all cookies, and the "clear cookies on shutdown" option unchecked, All cookies (and sessions that rely on cookies to be persistent) are cleared. This makes using the browser very tedious if you (like me) shut down the browser at the end of the day.

I am currently looking into the 'bug' status of this; However if there is a workaround I can apply in the mean time that would be great! Or if anyone has any further information as to the cause of this bug (I am aware not all users are victim to this behaviour).

To better explain the issue I have created a small video (don't mind the slow internet connection) which can be seen here

Best Answer

The solution is to remove chrome, including it's cache and config directories. To do this type the following from the terminal.

sudo apt-get remove google-chrome-stable (beta, dev, ect) un-install chrome

rm -rf ~/.cache/google-chrome* ~/.config/google-chrome* remove the cache and config directories

this will also remove the rouge folder... ~/.config/google-chromed/ (not sure where this came from... but I had to remove it) I have a suspicion this is the culprit, however I cannot figure out where it came from or what it's purpose was.

then re-install chrome and you're set: sudo apt-get install google-chrome-stable

WARNING: It is highly recommended that you sync your browser with a google account, or at the very least you backup your preferences before you wipe away your browser like that.