FIREFOX/YAHOO/GOOGLE PRIVACY & ACCOUNT PREFERENCES/SETTINGS DO NOT SAVE.

Something to do with cookies getting erased when I exit the program, although I have checked those settings. This happens in Firefox and Google. Search preferences, privacy settings, passwords are not saved; doesn't "remember" when I tell it to.

I have the same issue right now and it is brand new, I haven't changed anything in my settings nor on my computer, without being an expert I'm still a really experienced and pretty advanced computer user. I've checked settings, checked similar problems on the firefox help and various forums, found nothing that seemed to match this exactly or that worked for me.
It's only on Google by the way, any other session is perfectly saved. If I do a search using the quick search on the top right, I'm never logged in, and when i log in right then and I do a quick search I'm automatically logged off for some reason even though I was on that same page a second ago. I haven't figured out the pattern either but sometimes when I do a quick search I even land on a blank google search page - well, the google search homepage basically with no search entered even though I did one.
It's not life-threatening but it's fairly annoying, any solution? :)

Similar Messages

  • Can I downlaid Firefox on my Administrator account but have it not be accessible to the Limited User Account?

    I have Windows XP and want to know if I can download and use Firefox on the Administrator account only and it not be accessible to the limited user account. The reason is is we don't want our kids having access to to more than one tab at a time. any suggestions?

    Yes you can,
    # locate firefox.exe file in a directory similar to C:/program files/mozilla firefox/firefox.exe
    # right click it, select '''properties'''
    # add access to your account and remove any entries for other accounts you don't need.
    Please let us know whether that works for you.

  • System Settings will not save my desired mouse scroll direction

    I understand the Apple genius of wanting the Settings: Mouse: Scroll direction: Natural box to be checked.  But **** it, this is MY iMac and I want the scroll direction to remain Unchecked, so the screen scrolls in the direction I’ve been used to for YEARS.
    The problem is the System Settings will not save the unchecked scroll box.  I have to return to the System Settings every time I log on to UN check the Scroll Direction: Natural box.
    Will Apple ever fix this so that I, and others, can operate the scrolling as THEIR LONG-TIME USER sees fit?

    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback
    Or you can use your Apple ID to register with this site and go the Apple BugReporter. Supposedly you will get an answer if you submit feedback.
    Feedback via Apple Developer
    Do a backup.
    Quit the application.
    Go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder.  Select Library. Then go to Preferences/com.apple.systempreferences.plist. Move the .plist to your desktop.
    Restart, open the application and test. If it works okay, delete the plist from the desktop.
    If the application is the same, return the .plist to where you got it from, overwriting the newer one.
    Thanks to leonie for some information contained in this.

  • Global security settings do not save

    Hello,
    I'm using Flash version 10,0,12,36 on a new XP Pro 64bit
    system. We are running Flash projects from a network drive which
    works just fine on 32bit systems by allowing folder permissions in
    the Global Security Settings manager. These settings will not save
    on the 64bit version. The only reason I can think of is that the
    32bit "program files" directory is called "program files (x86)"
    which may not be what the player is looking for when attempting to
    save the setting.
    Is there a way to fix this?
    Thanks,
    Jason

    It's cause the SP 2 sux, change the security settings and try again, in MSIE you can do this under the Edit or Tools menu.

  • My magic trackpad settings do not save

    Hi I just bought and successfully paired my magic trackpad with my Macbook Pro 2011, running Mountain Lion.
    However the trackpad settings do not save for longer than a few minutes. It keeps reverting back to the default.
    This is really annoying. It also affects the normal trackpad when I have unpaired the magic trackpad, so I suspect it is some glitch in the OSX.
    Appreciate any help!
    Tom

    Make sure that you have continuous auto assign buttons NOT checked for the menu or the buttons can keep on being reset - are they reset to what the original navigation was set (in other words if the buttons were not moved like you did, they would navigate.) Picture below shows where to select not auto assign in pull down

  • Have a google aps account. I can not get it to work in my mac mail anymore

    Everything was working fine with my google aps account. I have an email that's connected to my website. It's no longer working in mac mail now.

    Actually your suggestion is for Enabling the Accessibility Option to use the Keyboard for Mouse functions. Not to enable the use of a USB Mouse.
    Please do some research on the topic before posting misinformation.
    Thanks.
    Poikkeus wrote:
    Go to System Preferences/Accessibility/Mouse and Trackpad, and tap on the Enable Mouse Keys. After you tap on the box, your MBP will give your mouse priority in pointing and clicking on your computer; hoever, this also deactivates your Touch Pad - so you can use only one at a time.
    I'm sure this answers your question, but I'm wondering why you choose a mouse over a touch pad?

  • Accounts preference pane will not open

    When I try to open the Accounts preference pane in system preferences it says "Loading Accounts..." in the header bar but nothing happens. If I again select the Accounts icon the preference pane goes blank. I have no idea when this started because I don't need to access this pane often. How do I gain access to my account setups?

    There is a way to do it in 10.4.x from the command line, but I wouldn't attempt it unless I was very familiar with the command line. You may a little afraid to do it yourself, but here is the list of commands:
    I can't take full credit for this. I found it at:
    http://farbflash.de/cgi-bin/blosxom.cgi/?find=snippets
    The commands necessary to create an admin user are as follows:
    sudo -s
    niutil -create . /users/username
    niutil -createprop . /users/username passwd \"\"
    niutil -createprop . /users/username home /Users/username
    niutil -createprop . /users/username shell /bin/tcsh
    niutil -createprop . /users/username uid 520
    niutil -createprop . /users/username gid 20
    niutil -createprop . /users/username realname \"First Last\"
    ***if this property is not created, the user won't appear in the loginwindow!***
    niutil -appendprop . /groups/admin users username
    ***only for admin users!***
    These below are optional:
    niutil -createprop . /users/username hint \"password hint\"
    niutil -createprop . /users/username writerspassword username
    niutil -createprop . /users/username writershint \"\"
    niutil -createprop . /users/username writerspicture username
    niutil -createprop . /users/username sharedDir Public
    exit
    There needs to be a valid home directory, shell, and/or SharedDir for the user. A home directory can be created as easily as:
    sudo mkdir /Users/username
    sudo chown username:staff /Users/username
    Or if you want the default OS X user directory structure:
    sudo cp -rp /System/Library/User Template/English.lproj /Users/username
    sudo chown -R username:staff /Users/username
    ***(/System/Library/User Template also has other localized language templates)***
    Additional info:
    To change an admin user back to an ordinary user:
    sudo niutil -destroyval . /groups/admin users username
    Be careful to leave at least one accessible admin user, otherwise you will lock yourself out of your machine.
    after changing netinfo:
    sudo niutil -resync .
    log out and in the user you changed.

  • Firefox security settings will not save any of my passwords even when i click on the check box for saving passwords. please help.

    When a pop-up comes up on the screen it will ask to save my password or not, well, I click on save password but it doesnt save any passwords even when I have the check box checked for remembering my passwords for certain sites it will not save any type of passwords at all. What am I doing wrong? I am using linux-mac OS user.

    Simply because I don't think about using this option that takes more time to close... I always close ALL my windows with the X.
    Firefox doesn't hang at exit also...
    Using Firefox / Exit doesn't always save the bookmarks also... let's say there is 80% chances it will but not always... I noticed the first time I open firefox after booting the computer... Bookmarks won't be saved... But if I close firefox and re-open it, then it might save it... 50% guess...
    I tried the safe mode, but since its closing firefox and re-open it... new saved bookmarks sometimes work, sometimes don't... it's pretty unstable...
    Hopefully there is a solution to this problem in a near update, annoying... else I will simply reverse to firefox 3.6.16

  • When I try to allow cookies, the security option of use custom settings will not save after I push the OK button.

    Am unable to get to hotmail because cookies are blocked.

    The "Use custom settings for history" setting allows to see the current history and cookie settings, but selecting that setting doesn't make any changes to history and cookie settings.<br />
    Firefox shows the "Use custom settings for history" setting as an indication that at least one of the history and cookie settings is not the default to make you aware that changes were made.<br />
    If all History settings are default then the custom settings are hidden and you see "Firefox will: (Never) Remember History".<br />
    "Never Remember History" means that Private Browsing is active and "Always use private browsing mode" gets a check mark.<br />
    See also:
    *http://kb.mozillazine.org/Preferences_not_saved
    *https://support.mozilla.org/kb/Preferences+are+not+saved
    See:
    *http://kb.mozillazine.org/Websites_report_cookies_are_disabled
    *http://kb.mozillazine.org/Cookies
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode

  • Cookie settings do not save, is there a fix?

    Every time I try and save my privacy and security settings in Firefox, they revert to default. I am aware that this issue has already arisen, however none of the suggested solutions work.

    The "Use custom settings for history" selection allows to see the current history and cookie settings, but selecting this doesn't make any changes to history and cookie settings.<br />
    Firefox shows the "Use custom settings for history" selection as an indication that at least one of the history and cookie settings is not the default to make you aware that changes were made.<br />
    If all History settings are default then the custom settings are hidden and you see "Firefox will: (Never) Remember History".<br />

  • BlackBerry Z10 notification settings do not save

    I’m having an issue with saving my notification settings on my Z10. They do not save! For example, when I select the normal profile, I set all the notifications individually as to my preferences – phone, emails, text messages, Facebook, Twitter etc. until everything is perfect. Then I select another profile, for example, silent, and repeat the process of setting the notifications individually for each application. Once I switch back to the normal profile, I notice that all of the settings I customized are gone and replaced by default settings. Basically, every time I change the mode, the settings that I customized for that mode are lost. This is a problem for all modes. I don’t want to have to re-set all the settings every time I want to change the profile! In addition, the ringtone that I customized does not play when I receive a call – I can see that the ringtone I want is selected, but it does not work. Whenever I receive a phone call, my phone plays a default ringtone and not the one I selected. It is really annoying to not be able to count on my notifications, and was hoping this would be fixed with the 10.2 update, but it has not. I’ve also tried doing a battery pull a few times. I have not been able to find a way to resolve this problem. Please help!

    Make sure that you have continuous auto assign buttons NOT checked for the menu or the buttons can keep on being reset - are they reset to what the original navigation was set (in other words if the buttons were not moved like you did, they would navigate.) Picture below shows where to select not auto assign in pull down

  • New settings do not save in local

    Hi all,
    I've a problem with flash in local: When I change settings
    (like for (un)active the microphone or the storage settings), the
    news settings are not saved. This "bug" don't work online...
    What do I have to do to correct this? I use Vista SP1, I
    tried to re-install flash 9 (before I've uninstall it), reset my
    PC, re-download and re-install programs who I use in local
    Thanks

    Can you provide a screenshot of your settings? (Obscuring any personal info, of course.) Can you provide the error message you are getting?
    Many people have gotten the new settings to work on Mac platforms, but without seeing your settings it is going to be very hard to figure out where the problem is.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.
    "All knowledge is worth having."

  • In Firefox Yahoo Calendar has stopped working (it does not load) while it works in IE8.

    My Yahoo calendar failed to load in the Yahoo Mail application. I have been using the latest version of Firefox for some time. When I tab from Yahoo mail to the calender the screen, the Calender header appears but otherwise the calender portion of the screen is blank. I use Yahoo mail in IE8 and the calender portion of mail opens correctly. I have reloaded the latest version of Firefox without any change

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • HT1277 When I delete email from my actual hotmail, yahoo and gmail accounts online, it does not delete from my MacBook Pro Mail accounts that I created for hotmail, yahoo, gmail. I thought sync'ing these accounts would do this. Please help :-)

    MacBook Pro 13.3/2.3/2X2GB/320/SD-USA with Mac OS X v10.5
    I've set up my Mac - Mail with my yahoo, gmail and hotmail accounts and can successfully send and receive mail. However, when I go online to my actual yahoo, gmail and hotmail accounts to delete unwanted emails or to move those emails into subfolders, my Mac - Mail is not updated. How do I do this?
    Also, if you can help show me how to view my hotmail folders in Mac - Mail, I would greatly appreciate it.
    Thanks!!
    Tessy

    Is it POP or IMAP? - see Mail/Preferences/Accounts - highlight an account and see what the Type is.
    Try Mail/'menu bar'/Mailbox/'Take All Accounts Online'

  • Firefox 4 proxy settings do not save after I change them.

    Every time I restart Firefox the proxy settings are changed to "manual" and it has a specific HTTP proxy address and port set. A few days ago I ran AVG's PC TuneUp and it optimized Firefox and my internet connection. I thought this might be the problem but after disabling it, Firefox 4 still doesnt work unless I change the settings myself every time. Help?

    Ok I fixed it.. It was my Wolfram-Alpha search engine add on
    If your proxy settings are going crazy, open the Add-on manager, disable one, restart firefox, continue until you figure out which one is messing up the settings.

Maybe you are looking for

  • How to close extended classic PO in ECC...

    Hi Friends... We are in SRM 7.02 and ECC 6.05 in Extended Classic Scenario. One PO had been created for 1 Quantity 3 years ago. There was no GR/IR document posted against that PO. Now that PO had been archieved from SRM. But still PO is available in

  • CTRL+break doesn't work, cannot boot on Rommon.

    GoodDay to All, Im using a 1750 router, and then i upgrade it to higher version, after then i reload it, the problem it does not goes to start-up mode or even the rommon mode,not enough memory to load the image, it always rebooted after the self-deco

  • Help!  "Ghost" screensaver interrupting work.....

    I have a "ghost" screensaver which is opening and closing, opening and closing every minute and I cannot locate it anywhere in my files. It is from http://www.bbc.co.uk/space and it's called Space Screensaver. I don't recall ever loading it but my so

  • 2 DV Cameras on same firewire card.

    The computer I was using for our broadcast did not have any Firewire ports, so I added a 3 port Firewire card. When I have 2 DV cameras hooked up to it VC3 will only recognize one and the other will be black. Would it be better practice to use separa

  • Unable to connect wifi printer Envy 4500 - Unable to print test page and windows office file

    Scan doctor suggest the software installation. The HP software don't completed the connection of the printer. I tried to connec the printer from the control panel and the printer is now connected: i cannot print from microsoft office file or from the