Cookies won't persist

Hi, am assuming this is a simple problem, but Safari 4 Beta's cookies on one of my Macs won't persist from session to session. Having to re-log in to Amazon and Flickr and various news sites is getting tiresome. As far as I can tell, there isn't a preference that controls this.
I have deleted the file:
~/Library/Cookies/Cookies.plist
but that hasn't helped. Is there somewhere else I should look?
thanks for your help fixing this minor yet vexing problem

HI,
Maybe this isn't just a cookie issue.
Safari/Keychain fix:
Sounds like your Keychain preference files are corrupted. Locate this file:
com.apple.keychainaccess.plist /Users/YourName/Library/Preferences. Drag that file from your Preferences folder to the Trash, empty the Trash and reboot.
If that doesn't help...
1) Quit Safari
2) Open Keychain Access. (Applications/Utilities) Find the "Safari AutoFill" item. Delete it.
3) Relaunch Safari. Next time it asks for authorization, click "Always Allow".
Carolyn

Similar Messages

  • HT2589 cookies won't let me log in

    Cookies won't let me log in to change credit card

    Hi snakedoctor73,
    I'm sorry to hear you are having issues with your iTunes Store account.
    The article below explains how to update your billing information on your computer.
    iTunes Store: Changing account information
    Open iTunes.
    Choose Store > Sign In.
    Enter your Apple ID and password, then click the Sign In button.
    Choose Store > View My Account.
    Enter your account password, and click the View Account button.
    To update your name, billing address, or payment information, follow these instructions:
    From the Apple Account Information page, click the Edit Payment Information button.
    Edit the information that you would like to change.
    Click the Done button once you've updated all of your information.
    I hope this information helps ....
    Have a great day!
    If you are unable to access the iTunes Store from your computer, you can still change the billing information if you have an iOS device (iPhone, iPad, iPod Touch):
    iTunes Store: Changing account information
    Changing your account information using an iOS device:
    Tap Settings on the Home screen.
    Tap iTunes & App Stores.
    Tap on your Apple ID. (If you are not signed in, enter your Apple ID and password, and tap Sign In.)
    Tap View Apple ID.
    Enter your Apple ID password.
    To update your email address, follow these instructions:
    In the Edit section, tap the Apple ID field.
    Tap the Apple ID field.
    Enter the email address that you would like to be your Apple ID.
    Tap the Done button.
    To update your name, billing address, or payment information, follow these instructions:
    In the Edit section, tap Payment Information.
    Update the information that you want to change.
    Tap the Done button when finished.
    I hope this information helps!
    - Judy

  • Cookies doesn't persist in JSF application

    We have a Search Form , in which users can search on selected fields.
    So there are multiple boolean checkboxes which users will select and we have a requeriment to store user selected checkboxes into Cookie. So that next time user visits the page he can search on selected fields
    I am able to store checkbox selection into Cookie and it works for single browser instance in Mozilla Firefox 3.0 and ofcourse in tabbed browser instances of Firefox Mozilla 3.0. But it never works in IE 6.0
    But if close the browser and open new instance the cookies are lost.
    Here are the code snippets
    //Action method invoked on click of Advance Search Link
    public String onAdvanceSearch()
            logger.debug("In onAdvSearch");
                    checkCookie();
            return null;
         * Check if cookie is there
        private void checkCookie()
            FacesContext context = FacesContext.getCurrentInstance();
            Cookie cookie[] = ((HttpServletRequest)context.getExternalContext().getRequest()).getCookies();
            if(cookie!=null && cookie.length>0 )
                for(int i=0;i<cookie.length;i++)
                    if(cookie.getName().equals("bldg"))
    //flagBldg is value binding component to h:selectBooleanCheckBox
    this.flagBldg = true;
    if(cookie[i].getName().equals("floor"))
    this.flagFloor = true;
    }else{
    logger.debug("Cookie not found");
    * Action method to Save choose fields.
    * @return the string
    public String saveChooseFields()
    FacesContext context = FacesContext.getCurrentInstance();
    if(flagBldg == true){
    Cookie bldg = new Cookie("bldg","true");
    ((HttpServletResponse)context.getExternalContext().getResponse()).addCookie(bldg);
    bldg.setMaxAge(SECONDS_PER_YEAR);
    if(flagFloor == true){
    Cookie floor = new Cookie("floor","true");
    ((HttpServletResponse)context.getExternalContext().getResponse()).addCookie(floor);
    floor.setMaxAge(SECONDS_PER_YEAR);
    return null;
    Any pointers/suggestions will be greatly appreciated                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Just in case someone else is looking at this for me the problem was not setting the path.
        private static final int SECONDS_IN_A_YEAR = 60 * 60 * 24 * 365;
       Cookie cookie = new Cookie(userName + SHOW_TOOLTIP_DEBUG_INFO, "false"); // default to false
       cookie.setPath("/"); // NB: Don't forget to set this or the Expires won't be set properly (tested in Fire Fox on Linux)
       cookie.setMaxAge(SECONDS_IN_A_YEAR);
       getCurrentResponse().addCookie(cookie);Cheers,
    Philip
    Edited by: JoeBlogs on 28-Apr-2010 14:11

  • Persistent cookies not staying persistent!

    I'm a web developer and I use cookies on some of my sites to add to the functionality, for example: In an e-commerce site remembering to display only [User selected amount] of products instead of [All the products ] at once, depending on what the user has chosen. However I've been noticing that cookies set to be persistent are being deleted or removed like if they were temporary cookies, even when Firefox’s settings are not set to do that. This is a troubling issue and I'm starting to feel it may be a bug? IE, Safari, and Opera work completely fine with the given example and to the best of my ability Firefox (3.6) is set up to be saving these type of cookies. I've only noticed this issue after updating to the newest version of Firefox so is this a known bug?

    It probably takes less than a second to restore them because those cookies are opt-out cookies that are created by the TACO extension. Such cookies can only be removed if you uninstall that extension.
    Targeted Advertising Cookie Opt-Out (TACO): https://addons.mozilla.org/firefox/addon/11073
    <blockquote>TACO with Abine prevents over 100 different online advertising networks (including Google, Microsoft and Yahoo) from displaying highly targeted advertisements using the detailed information on your web surfing habits. TACO disables most behavioral advertising by setting 100+ permanent, generic, non personally identifiable "opt-out" cookies directly into the browser.<br>
    <br>
    Unlike other opt-out solutions, this tool will make the opt out cookies completely persistent. That is, clearing the browser's cookies will delete all other installed cookies, except these.
    </blockquote>

  • CSM inserted cookie - session or persistant

    Hi,
    I am working on a requirement to load balance http requests to IBM WebSphere Application servers. Each server is configured on the CSM as one real server, but in reality there are several instances of the program running within the server. These instances are fault tolerant, so that if one of them should fail, another instance within the same server can take over and maintain the session. We currently stick clients based on the jsessionid. The problem with this is that if the instance within the server fails and another takes over, it will use a different cookie, and the stickyness is lost. Our requirement is to maintain stickyness to the same real server should an instance of the application fail. We have tried using the HTTP cookie insert feature, but this appears to be a persistant cookie that expires in 2010. We need this to be a session cookie (expires when the client's browser closes). I have seen this URL - http://www.cisco.com/en/US/partner/products/hw/switches/ps708/module_installation_and_configuration_guides_chapter09186a0080463841.html#wp1050708 which states that the CSM-S module will insert a session cookie. I know that the CSM inserts a persistant cookie. Can anyone tell me whether the cookie inserted by the CSM-S module is definitely a session cookie or not. Also, does anyone have any ideas as to how else I can resolve this issue. Many thanks in advance

    The browser itself controls if it wants to keep a copy of the cookie for the session only if it want to save it.
    The only thing the server, or CSM, can do is set an expiration date.
    You can change the expiration to another static date if you think 2010 is too far away.
    This is done with a variable.
    Do a 'sho mod csm x var' to see which variable it is.
    CSM-S is just a CSM with an on-board SSL module. So they act the same in this matter.
    Also, even if it was a "session" cookie, I do not see how it would solve your issue.
    If the client comes back with no cookie, it will not be sent to another instance of the same server - it will simply be loadbalanced among all the available servers.
    What you would need is more like a cookie shared by all instances of the application on a particular server.
    Then the CSM could match on the cookie to select a serverfarm that would only use instances running on this server.
    Do you have the possibility to insert a static cookie in your application ?
    Gilles.

  • Session Variables Won't Persist

    Hello all, I'm writing an app for work where a user logs in
    to a system and then adds and removes entries from a database
    through a web app. I use session variables to store both the user's
    login ID and that user's permissions. I get through the login just
    fine. After clicking on a link on the following page though ( an "a
    href=" link) the session variables are not available to the
    following page. I don't understand why the session variables aren't
    persisting throughout the site. In my application.cfm I have
    <cfapplication name="App" sessionmanagement="true"
    sessiontimeout="#CreateTimeSpan(0, 1, 0, 0)#"> Any help with
    this would be greatly appreciated.

    Ah good. That's precisely what I was touching on when I asked
    you:
    - Are you accessing the same site with different domains, or
    sub-domains? Ex: www.mysite.com, www2.mysite.com
    Changing domains, and/or how you address the site itself will
    always throw a curve-ball to your session vars. Session vars seem
    to be related to two things:
    1) The site's "domain" address (servername, www.mysite.com,
    www2.mysite.com, localhost, etc)
    2) The application "name" (see "name" attribute of your
    cfapplication tag)
    If either of the above two things change, you *can* lose your
    session.
    If you wanted to have a session persist across different
    domains however, it is important to note that you CAN in fact do
    that. You simply need to manually pass the CFID and CFTOKEN in the
    URL at the exact point you cross from one domain to another.
    (Assuming of course that both domains point to the same CF
    application on the same server or cluster, and using the same
    application "name")
    The CF-server will detect those CFID and CFTOKEN vars in the
    URL, and pull the correct session that you had from the previous
    domain. Once you're "in" the second domain, you no longer need to
    pass these tokens via the URL. However, if you wanted to cross BACK
    to the original domain, you should once again pass those CFID and
    CFTOKEN vars in the URL at the exact point you switch domains.
    Anyways, I'm glad you worked it out. I wanted to add this
    additional bit of explanation in case anyone else is reading, or
    someone stumbles across this a year from now.

  • No longer able to download from UTube - states wants some third party cookie; I've attempted to allow all cookies yet problem persists ???

    I don't know anything further than stated in question.

    Hi,
    Double post:
       http://h30434.www3.hp.com/t5/Notebook-Hardware/Most-Discs-aren-t-opened-by-Multimedia-Drive/m-p/4812...
    Regards,
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • DWCS4 OSX10.5 site cache won't persist

    thanks, in advance for help with this!
    i have to continually recache a site because after refreshing the local folder or interacting with the remote server, the files
    distill to _mm _notes _ secure  and _Templates, all empty. I also notice that when Dreamweaver gives me the folder options to choose
    what DW shows as the files in path HD/username/desktop/sitename, is not the same as what my MacBook Pro shows. DW's are the 4 files mentioned prior, while the OS' are a complete site.
    i have had to use FTP direct access for site maintenance and development. The two sites I work most with share the same problem.
    also cannot put, get... this site is Contribute enabled but an 'unknown error' prevents me from administering it through DW... i only mention that should the Contribute connection be important.
    oh, i have deleted both the cache and configuration files based on the instructions in the FAQ's ... didn't help. am also asking for help from tech support but that's not been productive, yet.
    any help is greatly appreciated.

    Back up all data.
    If Adobe Reader or Acrobat is installed, there should be a setting in its preferences such as Display PDF in Browser. I don't use those applications myself, so I can't be more precise. Deselect that setting, if it's selected. Otherwise do as follows.
    Triple-click anywhere in the line of text below on this page to select it, the copy the selected text to the Clipboard by pressing the key combination command-C:
    /Library/Internet Plug-ins
    In the Finder, select
    Go ▹ Go to Folder
    from the menu bar, or press the key combination shift-command-G. Paste into the text box that opens (command-V), then press return.
    From the folder that opens, remove any items that have "Adobe" or “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari, and test.
    The "Silverlight" web plugin distributed by Microsoft can also interfere with PDF display in Safari, so you may need to remove it as well, if it's present. The same goes for a plugin called "iGetter," and perhaps others.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • Apple Users Can't Get Rid Of The New 'Super Cookies' That Track Private Web Browsing

    Further to the article "Apple Users Can't Get Rid Of The New ‘Super Cookies’ That Track Private Web Browsing" https://ca.finance.yahoo.com/news/apple-users-cant-rid-super-180500863.html, is there a solution to resolve this security issue?
    Here's an excerpt from the above mentioned article;
    "Apple users are particularly vulnerable, as their devices do not have a function that lets users delete super cookies from their browsers.
    Most websites place what’s called a “cookie” on visitors’ computers, which is used to track them and record their preferences. It’s how websites can remember your password, for example. Like your web browsing history, they’re easy to delete. If you use your browser’s “private browsing” mode they’re never saved in the first place — and advertisers can't track you, and other computer users can't go back and see what you looked at.
    However, a flaw in a modern web security feature called “HTTP Strict Transport Security” (HSTS) allows websites to plant “super cookies” that can be used to track web users’ browsing habits even when private browsing is enabled.
    Here’s how it works.
    Security researcher Sam Greenhalgh writes that HSTS “allows a website to indicate that it should aways be accessed using a secure connection that encrypts your communication with the site.” This “flag” is then saved by your web browser, ensuring that any future visits to the website are secure. But this can also be abused, using this feature to store a unique number that can be used to track your web browser.
    And because HSTS carries over into private browsing, it means the “super cookie” can be used to track you whether you’re attempting to cover your steps or not.
    Greenhalgh says that Apple’s Safari web browser is especially vulnerable to the exploit. While clearing cookies on Mozilla’s Firefox, Google Chrome or Opera also erases HSTS flags, deleting the super cookies, there’s no way to do so on Safari on iOS devices.
    This means that if you’ve had super cookies placed on your iPad or iPhone, there’s effectively no way to get rid of them short of reformatting the entire machine."

    Hi all,
    I tried this with IOS 7.1.2 Safari on an iPad retina and the super cookie did not persist after web data and history was deleted.
    I also tried this with IOS 8.1.2 Safari on an iPhone 6, and the super cookie persisted even after deleting web history and website data.
    Evidently it was ok on 7.1.2 and broken on 8.1.2.

  • Persistent Data on kTextStoryBoss

    Hi Folks,
    I've written some code to add persistent data to a story/text model. This has involved adding my Interface\implementation to the kTextStoryBoss as follows...
    AddIn
        kTextStoryBoss,
        kInvalidClass,
            IID_IMYINTERFACE, kMyImpl
    with the class set up as follows...
    // Binds the C++ implementation class onto its ImplementationID making the C++
    // code callable by the application. 
    CREATE_PERSIST_PMINTERFACE(MyImp, kMyImpl)
    I've also added the appropriate scripting code to allow the data to persist when a document is exported as IDML or a text frame added to a library. The provider element defines the object as kStoryObjectScriptElement.
    resource VersionedScriptElementInfo(2)
         // Contexts
              // Scripting support added at InDesign CS 2.0.
              kFiredrakeScriptVersion, kCoreScriptManagerBoss, kInDesignAllLanguagesFS, k_Wild
         // Elements
              // Specifies a property.
              Property
                   kMyPropertyScriptElement,
                   p_MyTextData,
                   "my text settings",
                   "Describes my text settings",
                   StringType,
                   kNoAttributeClass
              // Connects this plug-in's methods and properties to scripting.
              Provider
                   kMyScriptProviderBoss,
                        Object{ kStoryObjectScriptElement },
                        Property{ kMyPropertyScriptElement, kReadWrite }
    So testing was producing the required results until I tried copy/pasting or duplicating frames. In both cases non-default values in the data won't persist - the new frame just contains data in its default state.
    This is a major problem. I'm sure when I first investigated persistent data against the kPageItemBoss, the data was copied correctly when the frame was copied. So I'm baffled why this isn't the case for stories.
    Is there a simple way to overcome this? I was wondering if it could be done via a LazyUpdate\Update call in an observer or via a responder. Trouble is that I can't find anything I should attach to (or respond to) to allow me to copy the data from the original frame to the new one.
    I could fall back to using kPageItemBoss, but then you have to account for threaded frames (which I can handle) and the fact that the data will be persisted against image frames. But I'd rather not do this if possible.
    Cheers,
    Andrew

    Hi Dirk,
    Thanks for the suggestions, I had a look at them but I don't think they will help.
    IReferenceConverter
    If I understand you correctly, this interface can be implemented as long as my persistent data is stored in its own boss. I had a look at the PersistentList SDK sample, which backs up what you have stated (that the persistent data kPstLstDataPersistImpl would be defined as part of a new boss kPstLstDataBoss). But that would suggest adding one or more implementations (i.e. command bosses to create or manipulate that object).
    My code simply adds kMyImpl to kTextStoryBoss. The code in my supporting facade simply allows me to get at the persistent data via the text model.
         InterfacePtr<IMyData> ptrData(ptrTextModel, IID_IMYINTERFACE)
    Also I got the impression that its use is primarily to take an existing object and copy it to a new database. For example if I had a colour object used by Object A, the IReferenceCounter interface would make your new copied object (Object B) reference the existing colour object rather than create a new one - as the name of the interface suggests! In my case that means a modification to my data on Object A would also apply that modification to Object B. I'm looking for a full copy.
    kNewStorySignalResponderService
    Had a look at the interface for this one too. It looks like it's only for the creation of new stories - I'm looking to copy the data to the new story from an existing one. The interface suggests that you can access the UIDRef for the new story and that's it.
    At the moment Dirk it looks like it's going to be persistent data on page items!

  • Epson SX445W printer won't work since upgrading to mountain lion

    I upgraded both my iMac and my Macbook to mountain Lion and ever since doing so the less than 6 months old Epson SX445W printer I have, which is supposed to be compatible with Mountain Lion won't print wirelessly anymore.
    I've hunted high and low for new drivers, tried removing and re-installing the printer, switched off gatekeeper, all to no avail, the only way I can get it to work is to print via USB. 
    The Printer network settings show it is correctly linked to the wireless network.
    I've tried adding the printer via IP, when I put the printers IP in, the imac detects the printer and asks me if I wish to use the Epson Stylus SX440 (which I select as it is this driver I previously used before mountain lion) and it the tries to install, tries to download new software and then fails, with the error message
    'Can't install the software fo the Epson Stylus SX440 because it is not currently available form the Software Update Server.'
    I am at a loss as to how to progress, I'm starting to feel the upgrade from Lion to Mountain Lion was pointless, I must admit I was perfectly happy with Lion anyway as it always worked flawlessly for me.
    Any help would be appreciated.
    Craig

    Hi Mende1
    When I do that no printer appears unfortunately, only Adobe PDF 8.0
    SInce posting this I did try removing and adding again, I have managed to get it to print by using the IP again to add and entering the ip address and then instead of using the default SX440 driver off my machine I selected from the list on the dropdown and chose Series 440, this successfully added the printer, and it just printed a test page, however I'm a little worried that this won't persist as soon as the printer is switched off and a new IP address is assigned by the DHCP server, and I shouldnt need to have to keep re-adding it, any other ideas are most welcome

  • Replacing Cookie value

    Hi,
    I need to change a cookie value.
    My cookie is a session cookie.Its not persistent cookie.
    Still i m not able to change the value of it.
    It always reflects the old value.
    I tried expiring the cookie.
    Overriding the cookie value by creating a new instance with same name but different value.
    Many Thanks in advance
    Abhay

    This has nothing to do with your problem but if dayExpires is a positive number, this would be a persistent cookie. If you want a cookie which will expire when the browser exits, you would just set maxAge to -1 (or any negative number).
    I don't see why you are still getting the old value back. Is this how you set the cookie originally?

  • Should I regularly clean out cookies on my mac?

    osx 10.9.1  should I be clearing out cookies for optimal performance?

    Hi, normally Cookies won't affect performance.

  • Toshiba.co.nz Support page won't accept my serial number

    Hi Forumites,
    The Toshiba Support Centre at toshiba.co.nz > Support won't accept my serial number of my Satellite P840T as valid. And if I try and get to the downloads for my laptop, by entering a category of "Computers", the site just says "Loading Families..." on the next line down, and stalls forever.. something broken here.
    I also noticed that unless I have my browser security settings turned to the lowest possible settings, the Toshiba site (which obviously uses Cookies) won't remember me long enough for me to get from the login page to the "Post new Listing" link on the Forum home page. It asks me to log in again.
    I've tried two browsers, IE and Chrome, with the same results. I think the forum site is poorly designed if it won't work with default browser settings.
    Even with browser security settings turned to the lowest possible settings, the site still forgot who I was when I went from the Satellite P series forum to this one.
    Just some feedback on my experience with the forum so far.
    Mark

    In the past I searched drivers using part number on second option and it worked perfectly. Maybe is there some problem with the page. Try few hours later. Who knows why this happen.

  • Cookies ............correction

    Friends I am using cookies in my jsp pages.
    Below is how I create my cookies :
    Cookie cookie;
    cookie = new Cookie("MyCookieName","MyCookieValue");
    // setting the age to 1 hour
    cookie.setMaxAge(3600);
    response.addCookie(cookie);
    and retrieve my cookies :
    Cookie[] Cookies = request.getCookies();
    String CookieName;
    String MyCookieValue;
    if (Cookies != null)
    for (int i = 0;i<Cookies.length;i++)
    cookie = Cookies;
    CookieName = cookie.getName();
    if (CookieName.equals("MyCookieName"))
    MyCookieValue = cookie.getValue();
    The code is from Marty Hall's book.The code works fine and does create a cookie ,BUT,it creates a session cookie,and not persistent cookie .Actually i am creating persistent cookie(am i right ? ).Can some one explain what could be the problem.
    Help !

    cookie.setMaxAge(31536000);
    That should set the cookie up for one year

Maybe you are looking for

  • Automatic-payment

    here my doubt is the in automatic payment programme:- here cash availablity in banks                                            SBI  3,00,000                                           HDFC 2,00,000                                           ICICI   4,

  • Auto-Start Slacker or Pandora on Bluetooth Connect

    Does anyone know of a way to auto-start Slacker, Pandora or any other internet music app for that matter each time your phone connects to a bluetooth device. Right now I have my Iphone4 auto-connect to my Pioneer AVIC D3 in my truck and I would like

  • Screen issues when waking up from sleep

    Very strange things going on with the screen on my new MBP, it has only occurred on a very few occasions now, after waking up from sleep. I noticed two strange effects happening, not at the same time so I don't know if they are related or not. 1) Som

  • Cisco ASR1004 error %VRF specified does not match existing router

    Hi all, I have a problem and I really do not know the reason. Simple scenario. I need to configure ospf into a ASR1004 router. Here the command vrf definition TEST-02  address-family ipv4  exit-address-family interface Loopback25  description TEST-02

  • HT204266 app store gift card code rubbed off

    I rubbed off the whole area without realizing I needed to rub only the silver part of the gift card and can no longer access the code.  What can I do?