Results 1 to 7 of 7

Thread: chromium cookie problem after upgrade to 12.04

  1. #1
    Join Date
    Nov 2008
    Beans
    14

    chromium cookie problem after upgrade to 12.04

    I am having this weird problem with my notebook. Ever since I upgraded from 11.10 to 12.04 chromium does not log me in automatically for facebook and some other websites. However, for this website (ubuntuforums.org) chromium does remember me.
    So, I have this strong feeling this happened directly after the upgrade. I sync my google account with two other pc's and on those pc's my login is remembered for each website, so I don't think it has to do with google sync. Also, I already tried purging chromium-browser with apt-get and deleted the temporary files in ~/.cache/chromium with no luck.

    So, what is going on here?

  2. #2
    Join Date
    Mar 2007
    Location
    Athens, Greece
    Beans
    Hidden!
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: chromium cookie problem after upgrade to 12.04

    You can try:

    Code:
    rm ~/.gnome2/keyrings/*
    This is where chromium stores its login info. But BE CAREFUL! Your passwords will be deleted and this is also where your passwords for wifi networks etc are stored!
    Last edited by eleftg; May 27th, 2012 at 08:16 PM.

  3. #3
    Join Date
    Nov 2008
    Beans
    14

    Re: chromium cookie problem after upgrade to 12.04

    I am using gnome 3 (so not unity). I do not have a gnome2 folder. Is it possible that it has anything to do with the new privacy functionality in ubuntu 12.04?

  4. #4
    Join Date
    Mar 2007
    Location
    Athens, Greece
    Beans
    Hidden!
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: chromium cookie problem after upgrade to 12.04

    Can you post the output of this command?

    Code:
    cd ~ && find . -iname '*keyring*'

  5. #5
    Join Date
    Nov 2008
    Beans
    14

    Re: chromium cookie problem after upgrade to 12.04

    It shows .gnome2 instead of gnome2.

    Sidequestion, why is this folder present if I do not have gnome2?

    I' ll try to remove the contents of this folder.

  6. #6
    Join Date
    Mar 2007
    Location
    Athens, Greece
    Beans
    Hidden!
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: chromium cookie problem after upgrade to 12.04

    Right... Sorry, I am editing the error in the previous post. I can't answer your sidequestion because it's my question too

  7. #7
    Join Date
    Nov 2008
    Beans
    14

    Re: chromium cookie problem after upgrade to 12.04

    I removed the contents that folder, but it seems nothing has happened. Also, my wifi passwords were not forgotten, i.e. I did not have to reenter my wifi passwords.

    Overall, it is very weird behaviour, because -- for example -- my iGoogle and facebook account are always forgotten when I close chromium, but -- for example -- ubuntuforums is not forgotten. So I have no idea why this behaviour is so selective.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •