Resolving the problem of same session id for more than one client

Hello
My web application developed in jsp is facing problem with the same session id given for 2 different clients.
Here iam storing the user id and session id in a hashtable based on which further request are processed.
Could u please suggest how to resolve this problem so that each client have different session id.
-Regards
Lakshmi

define "2 different clients"
1) You have 2 different PCs and it's using the same session ID for both? I doubt this. I think the server is advanced enough not to use give a session ID that's already been created.
2) You have 1 PC and are using IE or Netscape and using File > New Window to open a new window and connect again. This you can't fix without using only URL rewriting to manage session, because the different windows will share the same session cookies.

Similar Messages

  • How to use the same credit card for more than one customer master

    Hi,
    this is a question for consultants at least a little familiar with SAP business partner, Customer-vendor-intergration cvi, contract accounting:
    My customer wants to store the same credit card with more than one customer. Arguments are that family members or partners may mutually agree to use the same credit card for their distinct purchases.
    I never tried with amazon or the likes but I know that SAP validates the uniqueness of credit cards.
    I found 6 code line where the message (V/)005 "Payment card &1 &2 is already assigned to customer &3" prohibits duplicate assignment.
    Even if I create a couple of enhancements to suppress the error, I don't know how the system will work.
    The customer does not like the idea of using alternative payer.
    Did you ever face the same problem and how did you solve it?
    Much Thanks in advance
    Best regards
    Clemens

    thanks

  • Can we use same program ID for more than one RFC scenarios

    Hi experts,
                I am working on a RFC to FILE scenario. I have created one TCP/IP connection in SM59 with a program ID. Can we use this program ID for more than one scenario. I have written code as below
    data: iquote type standard table of ZIQMD initial size 0,
          IPRODUCT type standard table of ZPMS initial size 0,
          wa_quote type ZIQMD,
          wa_PRODUCT type ZPMS.
    CALL FUNCTION 'Z_CBT_RFC_QUOTEMASTER'
      TABLES
        I_QUOTE       = iquote          .
    CALL FUNCTION 'Z_CBT_RFC_QUOTEMASTER' in background task DESTINATION
    'ID4'
      TABLES
        I_QUOTE       = iquote          .
      COMMIT WORK.
    CALL FUNCTION 'Z_CBT_RFC_PRODUCTMASTER'
      TABLES
        IPRODUCT       = IPRODUCT          .
    CALL FUNCTION 'Z_CBT_RFC_PRODUCTMASTER' in background task DESTINATION
    'ID4'
      TABLES
        IPRODUCT       = IPRODUCT          .
        COMMIT WORK.
    when i am executing the code like this. i am able to send the data to 'Z_CBT_RFC_QUOTEMASTER'  , but iam not getting data  for 'Z_CBT_RFC_PRODUCTMASTER'  interface. ID4 is the connection that i have created in SM59. with program ID as ABCD.
                  Can i use the same connection for all interfaces.Please help in this, if we can use same connection for all interfaces. then how to make changes in XI.
    Thanks in advance.
    Thanks & Regards,
    Poorna.

    Just tried this and I can confirm that my earlier understanding was correct!
    One of my colleagues confused me out and the conclusion is,
    1. You need a separate TCP IP Connection for every interface with a Unique program ID.
    Regards
    Bhavesh

  • Using "Next style" with the same paragraph style for more than one paragraph

    Hi.
    I have been using paragraph styles with the "next style" option, it's a huge help. But I need a bit more. So I have the following paragraph structure: ABCCCABCCCAB...
    I defined paragraph styles for each kind of paragraph, then in paragraph style A, I added paragraph style B as the next style, and so on. However, when I get to paragraph style C I reach a dilemma. Should I define the next style as the same, or define three paragraph C styles (C1, C2 and C3), link them to each other with next style, and then loop the C3 style into the A style again?
    My hope is that there is a way, something like the nested style options, that allows me to define that style C should be used for 3 paragraphs and then the next style becomes style A again.
    Thanks.

    You just need two styles, almost identical, you can duplicate one.  The only
    difference is one has the next paragraph c and one has the next paragraph
    a.  After that I don't see the problem.

  • HT1203 Using the same Apple ID for more than one ipod.

    I am soon going to be purchasing a new ipod, so i was wondering if i can use my previous apple ID for my new ipod or if i have to create new apple ID and make a new itunes on my computer? (using windows)

    Yes you can use the same AppleID for up to 10Devices.  You can share all the purchases among all your devices.

  • Sharing the same outgoing server for more than one email in mail program

    A local computer company has web servers and he has assigned me a website with my own domain and I have two emails under that domain. I can't seem to setup these two emails to work correctly in apple mail. It's telling me that I can't have the same outgoing server setup for both email accounts. This is how the server is run. Both my emails which are assigned under my domain web url both use the same outgoing server. Is there anyway around this error or am I stuck?
    thanks

    This is important.

  • Can the $200 trade in be used for more than one phone?

    We have a family plan. Both my husband and I have the iPhone 4S and want to upgrade to the iPhone 6. When a new 2 year plan is initialized, can we both receive $200 trade ins or is it only good for one 4S with a new plan?

        smiste, hey that's a great question and I know that if I could I would like everyone I know to take advantage of this deal! The good news is that yes, you would be able to turn in both and receive a giftcard for both just the same, so no worries there. Hope this helps!
    AdamG_VZW
    Follow us on Twitter @VZWSupport

  • How to create Criterian For more than one table

    Hi,
    I have one problem how to create criteria for more than one table in that using one criteria hot to get the values from database in that more than onetable for getting these values .Please send me the exampke code.
    reagrds,
    raghu

    Hi,
    I don't think its possible to create fieldcatalog for different tables,
    but if you want to do so create a dummy table which has all the fields which you want in fieldcatalog.
    populate the data from different table to that dummy table
    then create fieldcatalog for that table and pass it in the function module...
    Regards,
    Siddarth

  • Add Suppporting Details for more than one periods at the same time for the same Account in Planning.

    As we know, in planning form, we can add supporting details to one cell for the level 0 members intersections.
    But can we do that as below:
    add supporting details for more than one cells at the same time?
    I tried to do that in workspace and smartview, neither is working.(my workspace version 11.1.2.2.300.20)
    I wonder if i am not with the right version, because i don't know how to get the below.
    Can any one explain?
    Thank you.

    Hi,
    I have tried in Smartview for a simple form where my period dimension was in columns and accounts in rows.
    You need to select multiple period and select supporting details, it will show those selected period for which you can add the supporting details.
    You can add these details and then submit the data in the form.
    Regards,
    Sourabh

  • Assign the same credit card to more than one customer master

    Hi,
    this is a question for consultants at least a little familiar with SAP business partner, Customer-vendor-intergration cvi, contract accounting:
    My customer wants to store the same credit card with more than one customer. Arguments are that family members or partners may mutually agree to use the same credit card for their distinct purchases.
    I never tried with amazon or the likes but I know that SAP validates the uniqueness of credit cards.
    I found 6 code line where the message (V/)005 "Payment card &1 &2 is already assigned to customer &3" prohibits duplicate assignment.
    Even if I create a couple of enhancements to suppress the error, I don't know how the system will work.
    The customer does not like the idea of using alternative payer.
    Did you ever face the same problem and how did you solve it?
    Much Thanks in advance
    Best regards
    Clemens

    Thank you Rafael,
    as I said "The customer does not like the idea of using alternative payer."
    I know this would be the correct way but the customer rules - so I try to evaluate a solution.
    Regards
    Clemens

  • I am trying to copy more or less 30G from my MacbookPro to an external hard drive and it is stuck in the "preparing to copy" step. But that for more than one hour. What should I do to make it faster? Thanks a lot in advance!

    I am trying to copy more or less 30G from my MacbookPro to an external hard drive and it is stuck in the "preparing to copy" step. But that for more than one hour. What should I do to make it faster? Thanks a lot in advance!

    Thanks Shootist007, by blockd files I mean files that I have changed to blocked and when I tried to move then for the first time, I had to unblock again. I am trying to backup my pictures, my songs and other files like word documents and excel tables. First I put all of them as blocked, what caused the first problems on trying to move them. Then, I've unchecked the block option and if I try to move one by one, there is no problem. The issue is to move all together, because it gets stuck in the preparing to copy files step. Anyway, if I cannot do all by once, I'll do it one by one, event though that was not suposed to happen if we are talking about technology, right? Anyway, I thank you again for trying to help me!

  • Use of same iTune for more than one iPod

    I need to find out whether I can use the same itune in one computer for more than one iPod nano and one iPod video?

    I looked at the article, but it doesn't help me know how once I have downloaded onto a nano, for example, the itunes knows that the next thing I connect is something different. My son hooked up his 20GB ipod last night after updating his sister's nano and now the itunes thinks his ipod is a nano. How do I get the itunes to recognize his ipod as the 20GB it is?

  • My 3rd generation ipad even though my battery is at 100 % the screen goes black after sitting for more than 15 mins. The only way to get it to come is by resetting the ipad. Is there a fix for this. It all started after the last two updates.

    my 3rd generation ipad even though my battery is at 100 % the screen goes black after sitting for more than 15 mins. The only way to get it to come is by resetting the ipad. Is there a fix for this. It all started after the last two updates.

    Try a Reset...
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    If no joy... Try a Restore...
    1: Connect the device to your computer and open iTunes.
    2: If the device appears in iTunes, select and click Restore on the Summary pane.
    3: If the device doesn't appear in iTunes, try using the steps in this article to force the device into recovery mode.
    From Here
    Unresponsive iPad
    http://support.apple.com/kb/TS3281

  • Can I use the same iCloud account on more than one PC?

    I'm new to iCloud. I use Apple devices but a PC both at home and work. I'd like to have the same iCloud account on both PCs, but not sure if I can do this. Can anybody clarify please?
    Thank you.

    Yes, you can use the same iCloud account on more than one device. Thats actually the basic idea of iCloud, syncing and exchanging data of different devices without a cable. E.g. your address book on the iPhone is modified and you computer gets the changes via iCloud…
    enjoy

  • Can I use the same email address in more than one community? How?

    Can I use the same email address in more than one community? How?

    Yes, you can be a member of multiple communities under the same email address. You will need to be invited to those communities. If you are trying to create new communities under the same address, you will not be able to do that through our website.

Maybe you are looking for

  • How to use import parameter to be instead of SQL where sub-sentence ?

    I wrote a RFC to read data from SAP table. To fetch data flexibility, I want to use import parameter xx instead of where sub-sentence in SQL sentence.    For example, "SELECT * FROM T WHERE XXX",  and "XXX" is a importing parameter.    How can I use

  • Lightroom 1.2: XMP-bug still present and some other things

    * I just upgraded to 1.2, but the XMP-bug is still present. When I turn on autowrite XMP LR starts using 50% (1 of 2 cores) of my CPU for quite a long time (15+ minutes) after startup. During that time the interface is somewhat sluggish (probably bec

  • Mac Mini5,3 Display port conectivity SAMSUNG U28D590D

    Hi New mac user here, I have a Mac Mini MC936B/A OS X Server Lion 10.7.5 Im using a Samsung U28D59D monitor, this works ok via HDMI at 50hz but i get no picture using the display port output from the mac. I just get a blank screen, the monitor picks

  • VBS - Having issues trying to delete duplicate UEFI firmware objects in BCM/NVRAM

    We've been using SCCM 2012 R2 to test deployments of Window 8.1 to UEFI-enabled Lenovo laptops. We found that when you image these laptops over and over again a new "Windows Boot Manager" entry is created as a boot option each time. After much hair p

  • How to Install Snow Lepard in MBA?

    I have a MBA and a MBA Super Drive. If I connect the MBA superdrive and insert the Snow Lepard OS CD in it, will it install the new OS automatically? Or Do I have to follow any special steps as in a PC like Format and then the OS installment to be fo