Concurrent users sessions from same machine issue

Hi there
We have 10.1.2 OIM environment and SSO. We are running reports from Oracle portal.
The issue is that when I have multiple users sign on on same machnie and running user id specific reports - all users see report from last login users.
Each user has owne IE or Firefox browser window.
It looks that cookie that contains SSO authenticated information is shared between multiple browser sessions. How can we control cookie to work only within one browser not for the other web browser sessions.
The same issue exists even when we go SSO - Portal - Forms - Reports.

If I open two different browsers (e.g. Firefox and IE) those browsers don't know about each other. No session sharing happens automatically.
Theoretically you could use the user's IP address for session tracking. But that will fail miserably for users who come from the same IP address, e.g. through a NAT firewall.
I don't think you can fill that requirementreliably & without breaking something.

Similar Messages

  • Concurrent User Sessions in Sharepoint2010 FBA site

    Hi All,
    How do i Restrict concurrent sessions for a single user - SharePoint 2010, its FBA authenticated site.
    Currently i am Using a Application variable that stores User and IP and the array is cleared on sign out and session timeout.
    We are unable to track the session time out easily, i have a httphandler that redirects to Homepage i am clearing the Application variable in the httphandler but i get the object as Null in debug mode.
    I need to implement the same on Window close button click as well to clear the application variable.
    As of now the code is working partially. Any suggestions to do it in a better way or it is not possible in SharePoint to track session start and end and restrict user to have a single session. Any help would be greatly appreciated.
    Thanks in Advance
    Regards

    hi
    it is impossible to do reliably, this question is raised from time to time. Also I recommend you to double check your architecture: by restricting concurrent user sessions you play against web rules which in most cases is caused by fundamental problem of
    the architecture. Your solution with app variable will work only on all-in-one server, on farm it won't work for example. So I suggest to check architecture instead of continue working in this direction.
    Blog - http://sadomovalex.blogspot.com
    Dynamic CAML queries via C# - http://camlex.codeplex.com

  • Sharing one Aperture Library between multiple users on the same machine

    Is there a way of setting up Aperture so that two different users on the same machine have full rights to do everything?

    Ian,
    Thanks for the suggestion. It certanly better than nothing, but in my case there is no partition with permissions off and there are other users to whom I wouldn't want to give full rights to the library. As an alternative I thought of simply creating a special user and do all editing from it.
    At any rate, it would have been useful if Aperture had something like that built in - like a preferences option, where one could specify a MacOS group name, and Aperture would do all its file/folder create operations within a given library with setgid()/setegid() of that group and corresponding umask() to give rw permissions to that group. Not too hard to do, either.

  • Sharing iMove Projects Libraries with different users on the same machine

    I was wonder how two different users on the same machine can
    share project libraries. Some Context:
    My daughter has some finished projects in her project library and
    I either want to import those project into my library or share them
    so both user accounts can access the projects (similar to how the
    event library is accessible)
    Note: I've already moving the project library to a shared disk (the one
    the event library is on) with no luck
    Using iMove 09
    tia...

    You need to move each project to the external drive from within iMovie. Be sure to use command-drag so you move, not copy.

  • Can you share to other users on the same machine?

    If I have 2 users on the same machine, and I log in with one user, open iTunes, then swich user and bring up iTunes. Will the second user see the shared shongs from the first user?
    Thanks,
    Alfredo

    Here is what I did:
    1. Create new user account.
    2. Open iTunes
    3. Set preferences to NOT copy files over on an import.
    4. Set the location for my music library to the "Public" folder (created an iTunes folder in there and pointed to it).
    5. Selected "Add to Library" and selected the top level folder where my songs are (an mp3 folder on my firewire drive)
    6. Since my son had some songs of his own that he exported from Garageband, I went back the the preferences and checked the "copy files on import", then selected "Add to Library" on those files. NOTE: if you do this, you may want to exclude that directory in step 5 above.
    The reason I used Public/iTunes as the output folder, was so other account could import those files to their iTunes in the future.
    Alfredo

  • Concurrent user logins using same user ID- Is it Possible?

    Hi Experts,
    I want to know how can I make the configuration for user ID in SAP to login in to the system at once through different machings. Basically concurrent user logins using same user ID.
    Is this is possible?  whats the configuaration? Am I violating any SAP license policies?
    Please help me with this.

    just for the knowledge, it is possible and via following parameter
    login/disable_multi_gui_login
    http://help.sap.com/saphelp_nw04s/helpdata/en/22/41c43ac23cef2fe10000000a114084/content.htm
    However, it is not permitted to use in Production at all. But sometimes, only in critical situations, for eg. we have only a few basis IDs and some maintenance task is to be carried out involving more resources, multiple gui login can be utilized in sandbox to for that ID.
    But, it is for sure that, USMM report will be sent to SAP for the sandbox too. So client is subjectable. If you, as a basis guy, are going to try it, then please do it only after the confirmation from the client and only if client needs it.

  • Get concurrent user amount from WebLogic Server 6.1

    Does someone know how to get concurrent user amount from WebLogic Server 6.1
    by writing AP.
    thank for your help!

    If each user in your system corresponds to an active session,
    you can get a count of all the active session MBeans and that
    will be your user count. I have used code like this:
    import javax.management.*;
    import weblogic.management.*;
    import weblogic.management.runtime.*;
    try {
    //-- Get the domain's Admin MBean Home so we can ask it questions
    weblogic.management.MBeanHome mbh =
    weblogic.management.Helper.getAdminMBeanHome("system", "<password>",
    "t3://localhost:7001");
    //-- Get JUST the session runtime mbeans (one per active session)
    Set sessionMBeans = mbh.getMBeansByType( "ServletSessionRuntime" ) ;
    System.out.println( "Number ServletSessionRuntime MBeans: " +
    sessionMBeans.size() );
    } catch( Exception e ) {
    System.out.println( "Exception: " + e);
    e.printStackTrace();
    Hope this helps!
    --matt
    "Esse" <[email protected]> wrote in message
    news:[email protected]..
    Does someone know how to get concurrent user amount from WebLogic Server6.1
    by writing AP.
    thank for your help!

  • How to delete last user session from backend SQL query?

    Sometimes user session gets closed between some work by any reason.
    When next time that user logs to P6, he gets some error or particular functionaly dosen't work for that user or system hangs.
    In that case if i decided to clear last session history of that user from database, how to write SQL query?
    I don't want to delete all user sessions from table USESSION and USESSAUD, i simply want to delete last user session of particular user (E.g XYZ).

    I am quoting this from MOS Doc Id "Why would multiple session records be present in the User Sessions screen in P6 Web, and why might some of them have different IP addresses? (Doc ID 1600172.1)"
    Multiple sessions show up for users since different sections of P6 Web have their own sessions associated with them. If a user is authorized to use multiple areas of the software they will have multiple sessions each time they log in. Additionally, if users are closing their browsers before logging out of P6 Web Access you might see some past sessions still appearing in the list. These will eventually be cleared out by background jobs, however you can also reset the sessions in the software by clicking the "Reset User" link (Administer > User Sessions > Manage User Sessions), or by choosing the "Reset All Users" link (Administer > User Sessions > Manage User Sessions) to do this for all past sessions.
    Multiple IP addresses for sessions can happen when a user logs in from different machines. For example, a person may login at their desk, but then go to a colleagues workstation to discuss a project, and log in from there. Doing so will leave them with multiple IP addresses in the session records.
    Hope this helps
    Regards,
    Sachin Gupta

  • If i restore a user folder from time machine. is it just restoring all files associated with the user or programs also?

    If i restore a user folder from time machine, is it just restoring the files associated with the user or programs as well? Im asking because Apple Store just reset my system and said to restore files i needed and not to do a full restore. to try and determine if it was a software issue causing the problems.

    Just the user's folder. Nothing else. See Pondini's TM FAQs, for details.

  • Concurrent user sessions

    I want to restrict concurrent user sessions to one in weblogic server console. we are using OBIEE 11.1.1.5.
    At a given point of time the user should have only one login session. if user logs in through other computer, his/her previous session should logoff.
    Is there any way to do this other than using OAM/OID?

    hi
    it is impossible to do reliably, this question is raised from time to time. Also I recommend you to double check your architecture: by restricting concurrent user sessions you play against web rules which in most cases is caused by fundamental problem of
    the architecture. Your solution with app variable will work only on all-in-one server, on farm it won't work for example. So I suggest to check architecture instead of continue working in this direction.
    Blog - http://sadomovalex.blogspot.com
    Dynamic CAML queries via C# - http://camlex.codeplex.com

  • Maximum Number of Concurrent User Sessions Limit?

    Please can you tell me if there is a limit for the maximum number of concurrent users sessions that can access the Portal? If so, where is the setting and how do I change it?
    By the way, I am not experiencing any issues; I am asking purely for information purposes
    Thanks.

    There used to be under one of the services in service configuration.  I thought it was under portal runtime, but I can´t see it now.  It mentioned it in the TZTEP1 course, but I haven´t got it with me.
    Having said that, I don´t know if it worked!
    Paul

  • Can i share music and photos between two users on the same machine?

    How can I share my music and photos between two users on the same machine?

    Thank you Joe - I tried this but it's only showing a teensy amount of music - the stuff on the second users account as opposed to the giagntic library on the 'main' account. I actually went to a Genius Bar and they said that apple doesn't really want you to share music between accounts - parents don't want to hear their kids music etc. Which seemed strange, but it might be the case sadly   Thanks anyway!

  • New user session from an existing logged in user browser window

    Hi,
    I have a requirement that says, a new browser window should be popped up with a new user session from the current "logged in user" browser window when he clicks a button event.
    What I have with me is the "UserID" of that new user. Is it possible in portal?
    Let me know.
    Thanks,
    Megha.

    Megha,
    I know that you can manually click CTL-N to open a new browser window and the user is still authenticated. 
    So I would think that you could code a similar function into the button event.
    Hope it helps.
    Regards,
    Keith

  • Sharing applications between users on the same machine

    I am new to the world of MAc OSX, I bought my mac to run a specific application, No problem there, However that application needs to be accessed via multiple users on the same machine. So far I have created the user logons, But each user gets a new iteration of the same application. How can I make one copy of the application together with all its data base files accesible my other users, Also when the user that owns the application logs off...the application is terminated... I have set up fast switching...as a work around so the application will stay up, but Other users cant see it...Help please
    mini mac   Mac OS X (10.4.8)  
    mini mac   Mac OS X (10.4.8)  

    tonyeesi
    Welcome to the Apple Discussions.
    However that application needs to be accessed via multiple users on the same machine.
    If the app is in the HD/Applications folder, all users can access it and use it. Then it doesn't matter of the other users are logged on or off. It's not a different iteration, there is no duplication.
    To share the data: as Kappy says, put it in the Users/Shared folder. Each user can see into another user's Shared Folder.
    Here's a question: if each user has to use the same app plus the same data, why have different accounts? The whole point of different accounts is to keep data separate?
    Regards
    TD

  • Connect Oracle 10G XE and Oracle 9.2i Simultaneously from same machine

    Hello,
    How to Connect Oracle 10G XE and Oracle 9.2i Simultaneously from same machine using .Net Application.
    I have one application which is in .net, i want to connect it with oracle 10g XE and oracle 9.2i Simultaneously.
    it always connect only one database which is first in environment variable (path).
    please reply.

    Use SQL*Net or JDBC Connections. Looks like you are connecting using the Bequeathed connections
    Christopher Soza
    Oracle BI DBA

Maybe you are looking for

  • TS3572 Ipod shuffle not detected

    Hi, when I plug my ipod shuffle 4th generation into my computer I see an orange light to show me the ipod is charging, but itunes won't detect it. What can I do ? Thanks for your help

  • Enhanced backend integration version for Organizational management

    Hello everybody, We are thinking about enhacing backend integration for Organizational management   because we have Sales office in ERP sales  assigned to several sales organizations. Reading  the library information  we understand that several offic

  • JavaHelp for web app?

    Hello, I'm trying to include JavaHelp for our web application. Has anyone used this tool or any other tool with javascript for displaying help for web apps? I tried to follow the browser demo that is in applet and comes with javahelp zip. It worked f

  • Internal Load Balancer status - how to get it?

    Hello, is there any possibility to get the info, whats the status of the internal load balancer? We would need to know, if e.g. one endpoint for forwarding is recognized as down. Thanks, Thomas

  • Offline Activation problems with Photoshop CS6 - ver 13_LS16

    I have a computer that cannot be connected to the internet. Adobe advises in its support pages under Offline Activation a number of steps to activate the software. Step 1 is 1. Follow the installation or product launch screens until you see a link th