Netscape 4.7 and duplicate cookies

I've got an application that works fine on IE and Netscape 6, but NS 4.7 is
          giving me a headache. I'm trying to expire the cookies that I've originally
          written with 1-year expiration date. I originally created the cookie like
          this:
          info = new Cookie("UserID", "Bob");
          info.setMaxAge(60 * 60 * 24 * 365); // One year
          info.setPath("/");
          response.addCookie(info);
          When I try to expire it using this:
          info = Utilities.getCookie(request.getCookies(), "UserID"); // Gets the
          cookie from the request structure
          if (info != null)
          info.setMaxAge(0);
          response.addCookie(info);
          it fails on Netscape (both versions); the cookie doesn't disappear, almost
          like it ignored it. When I changed it to this:
          info = Utilities.getCookie(request.getCookies(), "UserID"); // Gets
          the cookie from the request structure
          if (info != null)
          info.setValue("0");
          info.setMaxAge(3);
          response.addCookie(info);
          it works on Netscape 6 (the cookie is invalidated enough that the code works
          and will expire in a few seconds). However, on Netscape 4.7, nothing
          changes. So I did a little debugging and found that under NS 4.7, the
          request structure ends up with TWO cookies of the same name ("UserID") and
          two different values. The first being its original value and the second
          being the value I set above. Clearly, something's not right. Is it me? Is
          NS 4.7 just buggy? I'm stuck for an answer to this mystery.
          Thanks in advance for help,
          -- Andy.
          

Hi,
When using Micosoft's Internet Explorer web browser, version 5.0 is supported for end users only. For administrators, changes to the iPlanet Web Server Administration Server configuration can be saved only when using Internet Explorer version 5.5. with standard Encryption.
Thanx
Selva

Similar Messages

  • Duplicate cookie being formed for shopping basket

    Good Afternoon,
    Firefox version: 27.0.1
    OS: Windows 7
    I was hoping I could get some information and possibly some help on rectifying this issue with duplicate cookes on firefox that I've been having.
    I discovered that I was having two identical cookies being created for my shopping basket on the site which meant that, while I was adding products to my basket, it would not show up on the basket page as the cookie information being retrieved was stored on the duplicate cookie instead. Analysing the data on the cookies was not possible either as it all appears garbled. There is an apache server that redirects users from site.co.uk to www.site.co.uk and does not create cookies in that instance so this should not be a problem.
    Is there a fix I can apply for this? Is this a firefox issue perhaps?

    Do these cookies have a different path?
    Are that domain cookies (i.e. start with a dot)?
    You can inspect and manage the cookies for the domain in the currently selected tab:
    *Click the "Site Identity Button" (globe/padlock) on the location bar
    *Click "More Information" to open "Tools > Page Info" with the Security tab selected
    *Click "View Cookies" to view the cookies for the domain in the currently selected tab

  • Avoiding null and duplicate values using model clause

    Hi,
    I am trying to use model clause to get comma seperated list of data : following is the scenario:
    testuser>select * from test1;
    ID VALUE
    1 Value1
    2 Value2
    3 Value3
    4 Value4
    5 Value4
    6
    7 value5
    8
    8 rows selected.
    the query I have is:
    testuser>with src as (
    2 select distinct id,value
    3 from test1
    4 ),
    5 t as (
    6 select distinct substr(value,2) value
    7 from src
    8 model
    9 ignore nav
    10 dimension by (id)
    11 measures (cast(value as varchar2(100)) value)
    12 rules
    13 (
    14 value[any] order by id =
    15 value[cv()-1] || ',' || value[cv()]
    16 )
    17 )
    18 select max(value) oneline
    19 from t;
    ONELINE
    Value1,Value2,Value3,Value4,Value4,,value5,
    what I find is that this query has duplicate value and null (',,') coming in as data has null and duplicate value. Is there a way i can avoid the null and the duplicate values in the query output?
    thanks,
    Edited by: orausern on Feb 19, 2010 5:05 AM

    Hi,
    Try this code.
    with
    t as ( select substr(value,2)value,ind
            from test1
            model
            ignore nav
            dimension by (id)
            measures (cast(value as varchar2(100)) value, 0 ind)
            rules
            ( ind[any]=  instr(value[cv()-1],value[cv()]),
            value[any] order by id = value[cv()-1] || CASE WHEN value[cv()] IS NOT NULL
                                               and ind[cv()]=0     THEN ',' || value[cv()] END      
    select max(value) oneline
    from t;
    SQL> select * from test1;
            ID VALUE
             1 Value1
             2 Value2
             3 Value3
             4 Value4
             5 Value4
             6
             7 value5
             8
    8 ligne(s) sélectionnée(s).
    SQL> with
      2   t as ( select substr(value,2)value,ind
      3          from test1
      4          model
      5          ignore nav
      6          dimension by (id)
      7          measures (cast(value as varchar2(100)) value, 0 ind)
      8          rules
      9          ( ind[any]=  instr(value[cv()-1],value[cv()]),
    10          value[any] order by id = value[cv()-1] || CASE WHEN value[cv()] IS NOT NULL
    11                                             and ind[cv()]=0     THEN ',' || value[cv()] END 
    12          )
    13        )
    14   select max(value) oneline
    15   from t;
    ONELINE
    Value1,Value2,Value3,Value4,value5
    SQL>

  • Linux, Netscape 7.01 and java plug-in how to install?

    I have J2SE v 1.4.1_01 SDK installed in /usr/java/ directory. Some days ago I installed Netscape 7.0.1 on my RedHat 8.0 Linux. Now if I try to run my simple html page which calls simple java applet, I get message to install proper plug-in. "OK" button directs me to SUN's page where I can download J2SE. But I have one.
    I still don't know how to install plug-in. Trying to create symbolic link:
    ln -s /usr/java/j2sdk1.4.1_01/jre/plugin/i386/ns610/libjavaplugin_oji.so libjavaplugin_oji.so
    in /root/.netscape/plugins and /root/.netscape6/plugins does not resolve the problem. As You see I work as root.
    My Mozilla 1.3a browser works fine. It has java plug-in installed.
    I saw Netscape uses /root/.mozilla directory for storing some information rather then /root/.netscape.
    Could You send me any suggestion? Thank You.

    Thank You leukbr.
    Unfortunately, this not resolved the problem.
    More info about configuration and my activity:
    I start Netscape by clicking on Netscape icon on my gnome desktop.
    The icon has its file in /root/.gnome-desktop directory. File name is Netscape 7.01.desktop (like title under the icon). Line to launch executable has following contents:
    Exec=/usr/local/netscape/netscape
    I changed it to:
    Exec=/usr/local/netscape/set_plugin_start_netscape.sh
    and wrote set_plugin_start_netscape.sh file.
    File /usr/local/netscape/set_plugin_start_netscape.sh has the following contents:
    NPX_PLUGIN_PATH=/usr/java/j2sdk1.4.1_01/jre/plugin/i386/ns610
    set |grep NPX > /root/diag.log
    /usr/local/netscape/netscape
    Second line is used for diagnostic purpose.
    I closed all Netscape windows.
    After launch of the icon /root/diag.log file is created and looks as follows:
    NPX_PLUGIN_PATH=/usr/java/j2sdk1.4.1_01/jre/plugin/i386/ns610
    If I start my html file (which calls java applet), Netscape still displays message:
    This page contains information of a type (application/x-java-vm) that can
    only be viewed with the appropriatePlug-in.
    Clisk OK to download Plugin.
    Hm...

  • Netscape 7.02 and Mozilla

    Dear Angels,
    This is a re-post from Using Mac OS 9.x.
    I have used Netscape 7.02 as my regular browser (with I.E.5.1.7.1 smi) as a backup. It seemed time to add new choices. I downloaded Mozilla from Mr. Knutson's wonderful site.
    After installing it, in my terrible newbie way I trashed what I thought were extraneous files with the following results:
    1. I lost my good old Netscape 7.02 and my bookmarks.
    2. When I try to search anything (e.g. GOOGLE) this is the message it displays:
    Please Upgrade Your Web Browser
    Your Web browser does not meet the necessary requirements to access this content.
    AOL recommends upgrading to improve your overall online experience. Download the latest version of Netscape Navigator.
    3. I downloaded Netscape 7.02 full installer (from this fine discussion forum). However, I still get the same message. HELP!
    Thanks in advance and All the best (writing this with iCab, although it has a sad pink face).
    Irene

    Dear Robert,
    Thank you for your replies. I now remember when I last haunted this site. I was IE dependent and needed help changing browsers...
    So I’m going to respond, award points and then re-post my problem with a better topic name, perhaps: Help with iCab?
    From your first reply:
    Some sites look at what browser you claim to be using
    and reject your request unless you are among the
    chosen few. Nearly all browsers allow you to 'fib'
    about what browser you are using. In iCab, you do:
    iCab > Preferences
    click on the identity tab
    pick what browser you want to be.
    I am on iCab now, the browser choices it lists are:
    iCab 5.0
    netscape 4.79
    microsoft i.e. 5.5
    opera
    From your second reply:
    > Note: IE for the Mac is downlevel.
    downlevel?!?
    Bad choice of words. What I meant to say:
    1) When you are picking a browser to 'fib' about,
    pick Safari or Firefox. Both these browsers support
    the latest standards. I'd pick IE for windows but
    iCab lists an old Version of IE for windows. If you
    can find the application string for the latest IE for
    XP, I'd suggest that.
    As you can see, my iCab only lists Opera, and application string is another ?!? for me.
    2) IE for the Mac doesn't support all the lastest
    html features. Since IE is so popular, many web sites
    support it.
    3) MS has abandoned IE for the mac
    Yes, that is what caused me to start using Netscape.
    It took me about a month to get used to Mac OS X. I
    went back to classic after using Mac OS X for awhile,
    but soon realized the Mac OS X was for me.
    Robert
    Many thanks again. This sadder but wiser newbie is going to much more carefully sort out her classic browser problems:
    1. Use the IE and iCab that are still working.
    2. Make modifications only with the help of this site.
    3. OS X is for another day
    All the best,
    Irene
    slot 350 mhz iMac 320 RAM   Mac OS 9.2.x   verizon dsl

  • Configuration Settings for Postal Adress Validation and Duplicate Check

    Hi,
    What are The Configuration settings for Postal adress validation and Duplicate Check for Accounts(BP'S) in CRM 7.0 version
    Can some one send me the configuration settings for Postal Adress validation and Duplicate Check
    Thanks & Regards
    Kishor Kumar

    Hi kishore kumar,
    For the Postal code Validation you need to install and configure the following
    Outside of your SAP system:
    1. Install Data Services and the Address Directories.
    2. Install Data Services Component.
    3. Install the RFC Server.
    On your SAP system:
    4. Install the BAdIs from the previous version of this product.
    5. Install the BAdIs support package from this version.
    6. Run the post-installation tasks required of a new installation of the BAdIs.
    7. Activate the IC WebClient, if desired.     
    Thanks
    Jayakrishnan Nair

  • New video blog: Address Validation and Duplicate Check in IC

    Hello Everyone,
    Here is a short video discussing "Address Validation and Duplicate Check in the Interaction Center" for CRM 7.0 from Renee Wilhelm of SAP product management.
    [http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/70e18a60-efc9-2c10-01ae-c4626f673a53]
    Best regards,
    John
    P.S. Please share your thoughts, ideas, or concerns!  Thank you.

    Hi,
    in the video, you say that the user (logged into the system as IC Agent), can choose to merge the BPs once identified that a duplication exists.
    By the way, into SAP OSS note "1565230 - dump after merging of BPs in IC webclient" it is written that it is not supported to integrate Business partner merge functionality to IC webclient.
    Here below, an extract from the Note:
    Reason and Prerequisites:
    It is not supported to integrate Business partner merge functionality to IC webclient. Technically after the merging of Businss partners, the buffers of business transaction will be initalized at API layer directly, instead of by Genil layer. It is not possible to synchronize the buffer to BOL layer. Once you access to the business transaction which has been initialized during the merging of Business partners, the dump will occur.
    Solution:
    It is required to move the functionality to the business roles for
    backoffice scenario, for example, SALESPRO etc.
    What do you think about? Am I missing something?
    Thanks in advance and Best Regards,
    Andrea

  • I need to flip, move and duplicate a group in InDesign CS4 JS

    Hi,
    I need fo flip, move and duplicate grouped objects in InDesign. So far I have those lines from OMV:
    var myGroup2 = myGroup.duplicate ([".0625 in", myPageHeight/2]);
    myGroup.flip (Flip.HORIZONTAL, AnchorPoint.CENTER_ANCHOR);
    or
    myGroup.flipItem (Flip.HORIZONTAL, AnchorPoint.CENTER_ANCHOR);
    myGroup.move ([".0625 in", myPageHeight/2]);
    Those lines work for single object, and what I see in OMV, it should be the same for a group(?), but they don't work.
    Your help is highly appreciated.
    Yulia.

    I got it. The lines are correct, mistake was before the lines - in the group definition. Here what I got and it's working:
    var myArray = new Array;
    //Add the items to the array.
    myArray.push(myWhiteLine);
    myArray.push(myGreenLine);
    //Group the items.
    var myPage = app.activeDocument.pages [0];
    myLineGroup = myPage.groups.add(myArray);
    var myLineGroup2 = myLineGroup.duplicate ();
    myLineGroup2.flipItem(Flip.VERTICAL, AnchorPoint.TOP_RIGHT_ANCHOR);
    Thank you.
    Yulia

  • I have tried all the steps you listed in your FAQ sextion on enabling and disabling cookies but I am still getting the error message "cookies not enabled" on certain websites. Now what do I do?

    I have tried every step you have listed in your FAQ section for enabling and disabling cookies but I am still getting error messages "cookies not enabled" on certain websites? Why is this and what do I need to do to fix this?

    I have STILL NOT received an answer to my question as of this date. I am VERY disappointed in Firefox support.

  • How do I get and set cookies with JSF?

    How do I get and set cookies in a JSF managed bean?
    Regards,
    Al Malin

    Below is how I did it...I am receptive to improvements.
    FacesContext facesContext = FacesContext.getCurrentInstance();
    HttpSession session = (HttpSession)facesContext.getExternalContext().getSession(false);
    HttpServletRequest request = (HttpServletRequest)facesContext.getExternalContext().getRequest();
    HttpServletResponse response = (HttpServletResponse)facesContext.getExternalContext().getResponse();
    String cookieName = "myCookieName";
    Cookie requestCookie = null;
    Cookie[] cookies = request.getCookies();
    logger.info("looking for cookie...");
    if (cookies != null)
    for (int i = 0; i < cookies.length; i++)
    if (cookies.getName().equals(cookieName))
    requestCookie = cookies[i];
    logger.info(cookieName + " = " + requestCookie.getValue());
    logger.info("done looking for cookie");
    Cookie responseCookie = new Cookie(cookieName, "myCookieValue");
    responseCookie.setPath("/");
    response.addCookie(responseCookie);

  • Connot get it to accept cookies; privacy settings are re-set each time after I change them. How can I get the privacy setting to stick and accept cookies?

    I need to accept cookies to log into a technical site. I clear all cookies and the history and follow the instructions for setting privacy options to "Use custom settings for history" and to accept all cookies. When I go back to try logging into the site, it still tells me cookies aren't accepted. When I go back to Options-Privacy, the setting has been changed back to "Remember history" from "Use custom settings for history". I have done this about 5 times, trying various options, closing Firefox after making the change and starting it again - nothing works. How can I get the privacy settings to stay as I set them and accept cookies?

    Blocking all cookies in Safari does not work. Deleted cookies will not stay deleted. There are numerous threads on this going back years, both in these forums and elsewhere. Many claim to have submitted the issue to Apple, but I have never seen anyone post a reply.
    I have seen many suggested fixes that involve finding the cookies file, some including Terminal manipulations, and none seems to work universally. I can find noplace where Apple addresses this officially with an actual Apple-approved explanation or how-to.
    Bottom line, your browser's security features should do what they claim: delete cookies. When they come back without ever even visiting another page, this is clearly not working in the way a reasonable user would expect.
    Bottom line, Safari does not protect users' privacy in the way it pretends to and, after so many years of this issue, it appears that Apple wants it this way.
    Having spent way too much time on this, I realize the choice is between Safari which is pretty well optimized; Firefox which is a lot pokier, at least for me; and Chrome, which I assume funnels personal information directly to Google.

  • Safari allows 3rd party cookies and all cookies even when prefernces are set to "never allow" with Mac os 10.6.8

    safari ALWAYS allows 3rd party cookies and all cookies even when set to "block cookies: always" and "from 3rd party and advertisers."  I have removed the website data, emptied the cache, reset safari, erased the history and it STILL dumps cookies.  (For example, if I go to the usgov weather website only I end up with 11 cookies, the top one being "addthis.com" listed as cashed in local storage.  But didn't I just empty the cache... multiple times??? Is my Safari application "broken" or "corrupt."  Can the application be renewed so that it actually does what it is commanded to do?

    Not using any extensions, Andy.
    Allowed a guest account and tested that.  Lots of cache/cookies showed up for my "guest" that on face value, appeared 3rd party:  the familiar "addthis.com" cache and others including a facebook cache and I did not, nor have ever, participated in facebook. But it could be that the "trusted" site my virtual guest visited had a relationship with facebook such that my COMPUTER "friended" facebook even though my guest and I most certainly would have declined the invitation :-)  But what I really don't get is why washington post cookies keep showing up every single time.  Isn't that the absolute definition of 3rd party cookies?!
    forgive my rant.
    On the other hand, when I logged out as guest, all data was automatically deleted, and when I relogged in as guest, it appeared that all the data, including cached data, had indeed been deleted.  But when I relogged in as myself, the same old garbage reappeared in the cache and cookie bin. The fact is, there appears to be no such thing as truly and completely emptying ones cache, resetting ones browser, or deleting ones cookies. They are here to stay.
    (And, oh yes, I have tried logging out, turning off and on the computer right after performing emptying tasks, etc.)

  • Safari, maps, utube and app store will not open on my ipad1?  If I go to Settings and Safari and Clear Cookies, then Settings will close abruptly.  How to fix?

    Hi,
    Neither Safari, utube, maps, itunes or app store will open on my ipad1.  I tried to go to Settings, Safari and Clear Cookies - but when I do that Settings will abruptly close.  How to fix.  I tried restore - di not work.
    Thankyou,
    Jeff

    Try downloading any free app and see if that helps to reset the iPad and return your apps to normal. If that doesn't work ...
    Close all apps. Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button. If that doesn't help try this ...
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • How do I do a cleanup on my Macbook to get rid of Junk and duplicates?

    How do I do a cleanup on my MacBook, to get rid of junk and duplicates?

    Try Disk Inventory X.   
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101

  • Trying to download music but getting error asking to ste date and accept cookies. But all is ok with date and cookies

    When I try to download music on my mac, getting error and it's telling me to set date and to make dure cookies are on and apple cookies are allowed. Date is set right and my cookies are on and set to allow apple etc.  No previous problems downloading and nothing has changed.  What could it be?... Getting frustrated! 

    "Finally, does anyone know about problems with connecting a Windows iPod to a Mac"
    The only issue you should encounter when using an iPod in this manner is that Windows cannot read a Mac formatted iPod without the use of some add on 3rd party software. Windows cannot read the HFS+ file system that Macs use.
    However, if you were to use a Windows formatted on a Mac, it should work just fine because Macs can natively read the FAT 32 system that Windows uses.
    "a while back when she hooked her Mac-format iPod to the friend's Windows computer. Through some process that none of them could describe accurately, it reformated her Mac iPod for Windows."
    I suspect what happened is that when the Mac formatted iPod was connected to the Windows computer, a warning message appeared stating that the iPod needed to be formatted. I have my doubts that this reformat process occurred entirely on it's own!

Maybe you are looking for

  • HT4211 How to accept friend request in game center?

    I am trying to add a friend in game center. I can see the request but when I hit the request the screen goes to my friend list and there is no request present. Alternatively when I try to find him I get the message "Friend request failed. Unable to s

  • The wonders of pacman - portable?

    Having set up such a nice kde environment today, I decided I no longer needed my gnome install. So it was with some trepidation I looked through my history and had a look at what I had installed to set up gnome. Put them all together and then did: pa

  • Mapping Templates

    Hi everybody. I´ve got a doubt about mapping templates. I have 4 mappings that are basiclly the same. Ive created a template and I use it in the 4 mappings. But I find this problems: There are fields that have differents mappings in the 4 mapping so

  • OT: Automatic posting to social media

    Is anyone here using a Wordpress plugin that will automate the posting of blog additions/posts to social media?

  • All my photos sync in landscape mode (even portrait ones) from my Mac IOS 7 on my new iPad Aid. How can I fix this?

    WHen i sync my new iPad Air IOS 7 , all my photos sync in landscape mode.  How can I keep the original orientation of photos? If I edit and rotate, it is saved in camera roll, not in the album.