Clustered WL 6.1 creates 2 server sessions per user

          It appears that WL 6.1 creates 2 HTTP sessions per user for a simple JSP object.
          It shows in "ADmin Console/mydomain> DefaultWebApp> Web Applications> DefaultWebApp>
          Servlet Runtimes":
          1 /count.jsp
          1 /*.jsp
          In a non-clustered environment this does not happen.
          Is that normal?
          

I found the problem myself. For some reason WL did not like any special characters in the system password. I am not sure which ones are valid and which are not but I am avoiding them all right now.

Similar Messages

  • Single Database Session Per User in ADF/BC Application

    Hi, I am using ADF with BC (JDeveloper 11.1.1.1). My application contains multiple application modules, each connected to the same JDBC data source. On the app server, I have configured the data source to use Identity Based Connection Pooling.
    My current configuration is resulting in numerous database sessions for each user. I have a requirement to use only a single database session per user HTTP session. Is there any way to configure the application modules to achieve this?
    Thanks,
    Brad

    Hi,
    use a single root Am module and make sure the others are used as nested modules. This will create a single connection
    Frank

  • Limit the number of session per user in the Wired dot1x environment with ISE 1.2

    Hello,
    I need to check if there is any configuration/workaround to limit the number of sessions/access per user in the Wired dot1x configuration.
    I need to check if this feature is available or not to solve the following scenario:
    I have 2 SW ports configured to use dot1x authentication with ISE 1.2 server.
    If user A connects to the 1st port and authenticated then he will placed on a VLAN based on the authorization profile.
    The case, that I need to deny the same user to connect on a different machine with the same credentials.
    The ISE itself does not have this feature currently,  the only feature available is to limit the number of sessions for the guest user.
    Is there any workaround on the Cisco switches to solve this? Cisco WLC has this feature and for the VPN we can limit the number of sessions also from the ASA itself.
    Thanks.

    limit number of session per user using wired dot1x is not available in 1.3

  • No of Concurrent Sessions Per User  Mismatch with profile settings

    Hi
    DB Version Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    OS RHES 5U2
    I created a profile MYPROFILE and set the value of Concurrent Sessions (Per User) to 30. DB was bounced after creating the profile. I made this profile default for a particular user "MYUSER". I verified that by querying DBA_USERS (select profile from dba_users where username like 'MYUSER') I checked v$session with that particular user after sometime and noticed that it was showing 34 sessions. Some ACTIVE and some INACTIVE.
    My question is, if I have set the maximum limit of concurrent sessions per user to 30 in myprofile and made this the default profile for MYUSER, then how come i am still able to see more than 34 sessions of myuser regardless of the status? I am not sure if this is relevant or not but the IDLE TIME is set to 15 minutes.
    Thank you for your help
    Edited by: user560883 on Jul 4, 2010 12:45 AM

    user560883 wrote:
    Hi
    DB Version Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    OS RHES 5U2
    I created a profile MYPROFILE and set the value of Concurrent Sessions (Per User) to 30. DB was bounced after creating the profile. I made this profile default for a particular user "MYUSER". I verified that by querying DBA_USERS (select profile from dba_users where username like 'MYUSER';) I checked v$session with that particular user after sometime and noticed that it was showing 34 sessions. Some ACTIVE and some INACTIVE.
    My question is, if I have set the maximum limit of concurrent sessions per user to 30 in myprofile and made this the default profile for MYUSER, then how come i am still able to see more than 34 sessions of myuser regardless of the status? I am not sure if this is relevant or not but the IDLE TIME is set to 15 minutes.
    Thank you for your helpDid you set the parameter resource_limit=true ? You must do it before you test sessions_per_user. You can do so like the following,
    alter system set resource_limit=true;After this again try and post the feedback.
    HTH
    Aman....

  • Maximum Number of Sessions per User

    I am using OAM 11.1.1.5.0 running on Solaris 10. When we change the "Maximum Number of Sessions per User" to 1 (per customer requirement), a user is restricted to having one active OAM session at a time (as expected). However, if the user does not explicitly log out (e.g. they just close their browser), they are unable to log back in to OAM until their existing OAM session times-out/expires. Given the above max sessions of 1 requirement, is it possible to config OAM to auto-kill the user's session and create a new one if they attempt to login before their initial OAM session times-out/expires? This was possible in Sun's Access Manager. Is it possible in Oracle's OAM? Thank you in advance for your reply.

    Hi,
    Maximum session per user 0-9 and how can configure see the below link:-
    http://help.sap.com/saphelp_nw70/helpdata/en/97/76a341ac57ef0be10000000a1550b0/content.htm
    Regards,
    Anil

  • Installed the RDS 2012 Server License per user CAL (5pcs) after not allow over two users remote desktop connection problem

    I have successfully to installed the RDS 2012 Server R2 per user CAL (5pcs) Open License after is found not allow over two users to remote desktop connection on this Server problem, I try to uninstall the license and then (internet on-line & telephone
    call Microsoft Activate Center get the activate key) to reinstall is still same of the result on below problem.
    Select a user disconnect so that you can sign in.
    There are too many users signed in
    User1 Active
    User2 Active
    () Force disconnect of the user

    Hi,
    In addition you can also refer following article for RDL configuration.
    RD Licensing Configuration on Windows Server 2012
    http://blogs.technet.com/b/askperf/archive/2013/09/20/rd-licensing-configuration-on-windows-server-2012.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How to realize only one identical remoteApp per session per user per computer?

    If a terminalserver 2008 R1 is configured for only one session per user, everything works like it should if the user connects using the 'normal' remotedesktop session. A second connect with the same credentials kicks the first connect.
    If a remoteApp is used instead of the 'normal' connect, it's possible to start multiple instances of this app within one user a least from one computer. mstsc do run multiple times and seem to link in the existent connection without kicking it. How to change
    that?
    Continuative:
    The started RemoteApp checks the mutex of all started processes and stops herself if a process is found with the same mutex. This prevents multiple instances of this app within one user with the same sessionID. If a terminalserver is configured for only
    one session per user, this RemoteApp shouldn't start multiple within one user. Using a "normal" remote desktop session the app doesn't start more than one time, I tested it. Used as RemotApp, the app starts multiple! Possibly I'm able to change this behaviour
    with a code fix instead of configuring terminal services. Any tips regarding mutex and terminalservers?

    Hi,
    I tested the following code and it is working for me both in a RemoteApp and Full session:
    Imports System.Threading
    Module Main
    Sub Main()
    Dim createdNew As Boolean
    Dim m As New Mutex(True, "TPMutex", createdNew)
    If Not createdNew Then
    Return
    End If
    Application.Run(Form1)
    GC.KeepAlive(m)
    End Sub
    End Module
    -TP

  • Using Windows Server 2012 per-User RDS CAL on Server 2008 R2 Session Host

    I have a Remote Desktop Licensing Server setup on my domain controller running Windows Server 2012 R2. I have installed a
    ’Windows Server 2012 Remote Desktop Services per-User CAL’ there and activated the licensing server already.
    Currently I use ONLY Windows Server 2008 R2 machines as RDS Session Hosts (in the future I plan to transition them to 2012 R2, hence the CAL I bought is
    already in the newest version).
    I have already configured my WS 2008 RDS Session Hosts: set
    Per-User licensing mode and specified license server address. The connectivity between my Session Host(s) and my License Server seems to be ok as the
    Remote Desktop Session Host Configuration window on the Session Host correctly lists the 2012 per-user
    license (CAL installed on server) from the license server.
    On the License Server I can also see event logs entries (in
    Microsoft-Windows-TerminalServices-Licensing/Admin), indicating that the user has been issued a license.
    The issue I am having is that the license being issued is
    2008 Per User CAL license (Build-in OverUsed - temporary) and not the 2012 Per User CAL license which is the only license installed on the server. According to the RDS CAL interoperability matrix at
    social.technet.microsoft.com/wiki/contents/articles/14988.rds-and-ts-cal-interoperability-matrix.aspx, I was expecting the 2012 license to be backward-compatible with 2008 client (and that
    in the absence of legacy licenses, the (only) 2012 license would be used for all clients connecting to the licensing server)
    Before I bought my license, I found this document: 
    download.microsoft.com/download/3/D/4/3D42BDC2-6725-4B29-B75A-A5B04179958B/WindowsServerRDS_VLBrief.pdf 
    which says that - "newer version RDS CALs can be used with an older version of the server software" (In section FAQ, Q4), which means to me that
    the 2012 license would work as-is for the 2008 Server and gives me flexibility when upgrading to the new server version.
    How can I make this CAL work in my environment? 
    Note:
    I have already explicitly disabled
    Prevent license upgrade Group Policy setting which I assumed would fix the issue but nothing has changed.
    Then I have enabled License server security group Group Polity setting
    and added computers from my domain to RDS Endpoint Servers AD group. I have also created new AD group called
    Terminal Server Computers and added the computer accounts there, but it changes
    nothing. Reference - technet.microsoft.com/en-us/library/ee791761.aspx , technet.microsoft.com/en-us/library/cc725704.aspx and blogs.msdn.com/b/rds/archive/2009/09/17/control-the-issuance-of-rds-cals.aspx.
    I found one potential ‘workaround’ which involved manually downgrading my CAL license by calling
    Microsoft Clearinghouse. I am very reluctant do to so because, as I upgrade parts of my infrastructure to Server 2012, I’d need to then ask Microsoft to manually upgrade a part of my license back as well.
    Am I missing something? What should I do to get my 2012 CAL to be issued to 2008 R2 server

    Hi, I have tried several other possibilities.
    I change expire date for my temporary assigned license (2008 CAL overused). It can be done, by changing Active Directory user properties – msTSExpireDate. When I restart my Session Host server and logged again, my license was renewed
    for next 60 days (event ID - 4145).
    I also delete information about license for this user (clear msTSExpireDate and msTSLicenseVersion). And the license was successfully removed from License Manager. After another SH restart it gets the same – 2008 overused – license
    (event ID 4143 - license server has successfully issued …)
    I now, that changing info in AD attributes is a little trick, and this is not a real value - only a reference, but it was useful to delete or change expiration date of license. But it didn’t change type of license as I expected.
    Reference -
    http://discussions.citrix.com/topic/243320-windows-2008-licensing-questions/
    To TP:
    I have found your post with information:
    If you have a Server 2012 RD Licensing server you may install your 2012 RDS CALs on it (no downgrade necessary) and then set your Server 2008 R2 RDSH to
    use the 2012 RDL server.  The 2012 RD Licensing server will automatically issue the CALs as 2008. -
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/6046ded1-96bf-4d79-89ce-38aac2a6694e/can-we-use-windows-server-2012-rds-cal-license-in-rds-2008-r2-server?forum=winserverTS
    And it showing my situation in brief. I also found
    similar problems, but the solutions don’t meet my expectations.
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/dcfb1966-89a8-4b5d-bf5a-ff03ac0b7a66/rds-cal-licenses-not-recognized?forum=winserverTS
    – “sudden all of the CALS were available”
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/f1228599-8452-4a3e-a263-061de14bfcfe/server-2012-rds-builtin-overused-cals-issue?forum=winserverTS
    – “this should go away after a while”
    Is there a way to determine this time you mentioned before? Or should I just wait patiently…

  • Can't limit the number of simultaneous sessions per user

    Hi,
    I am using Cisco ACS 4.0 as a radius server that authenticate users for Internet access.
    Microsoft ISA 2004 is used as Radius client.
    When users tries to connect to Internet, the ISA Server forwards requests to Radius server (Cisco ACS) for authentication.
    I have constated that some users communicates their passwords to permit acces to Internet for non authorized users.
    Even, I have selected Max Sessions property in Cisco ACS to 1 for every user, I can see clearly on ISA 2004 that the same user/password is used from multiple PCs simultaneously.
    Internet acess on my company is based on a user / password authentication, and IP adresses are provided by DHCP server.
    Can you help by advising me how to limit every user using the internet to only a single session at any time, by using ISA 2004 (proxy) and Cisco ACS 4.0 (Radius Server).
    Thank you.
    Mustapha.

    Limiting every user using the internet to only a single session at a time is not possible with a radius server. You will need to use the proxy server (ISA server) for this task.

  • Problem: Multiple sessions per user (automatic) ?

    Hi guys,
    I have a very bad behavior with multiple sessions in SRM 4.0 sp8.
    The problem is:
    1. When the employee enter into the system one session is created
    2. The same employee click the "Shop" link and a 2nd. session is created for the same user !
    3. The same employee click the catalog link (CCM) and a 3rd. session is created !
    Anybody knows how to solve this ?  
    Thank you !!!
    Kind regards,
    diego

    Diego
    When you logged in first time, it creates one session.
    But after that if you navigate to different transactions it shows in the second session.But it does not open new session for each link(ie Shop, confirmation, etc). Instead old session closes and new session opens.
    When it comes to CCM, obviously new session opens as you are connecting to new application by keeping open the existing one(Shop).
    But how does it matter to your application?
    Does it show any impact on the performance?
    Regards
    Jagadish

  • Session per user = 1 is not working in database ?

    Dear All,
    A profile has been configured on database with parameter session_per_user=1 but it is not working on database.
    user can make n number of session to database . what could be the reason profile is not working ?
    Please sugeest the solution .....
    Regards,
    Rajesh
    Edited by: Rajesh.Rathod on Mar 17, 2009 3:34 AM

    You have to alter resource_limit to true
    Look fo rmore details in metalink note 745752.1

  • Single session per user

    To demo my product, I put usernames and passwords right on the login page. I don't want people getting confused by the result when the same user is trying to do two different transactions, so I'd like to restrict each username to one session at a time. If someone tries to login with a username already in use, I need to reject their login.
    Is there a way to do this?
    Thanks.
    Bill

    Bill,
    Better keep that PayPal account up-to-date. Sounds to me like you don't want SQL executed within any HTML DB session to be able to delete/update the same rows in tables or insert new rows when the timeframe between session creation and logout (or the final page visit of the session, e.g., user closes browser) overlaps with the similarly bounded timeframe of another HTML DB session.
    HTML DB can't help you with this, there is no concept of an "active" session or "session in use".
    You'd have to do something like insert a row into an ACCOUNT_IN_USE table when one of your accounts is "logged into", then delete the row when the logout takes place. Insert the row using a new process on the login page (raise error on dup key) and delete the row when the user clicks a logout link that should take them a logout confirmation page, which when submitted, deletes the row and redirects to the logout URL that you currently see in the Logout navbar icon. Replace the target of that navbar icon with a link to your new logout page. And then manually run a reset procedure to delete all the rows after so many users have not "actively" logged out but just closed their browsers and went home.
    Scott

  • Need to create userdefined groups on per user basis in LMS 4.2 .

    Hi all,
    I am having some 20 nos switches that are monitored by LMS and I have created  2 users and 2 user defined device groups in LMS .
    I have allocated 10 switches to one user defined group and remaining to another group.
    And Is it possible to assign a user defined group to a particular user .
    I want user A to monitor devices only user group A .
    Is it possible ? Any comment will be highly appreciated.
    Thanks in advance
    Selva

    Unfortunately LMS doesn't have this option where it can send approval request to only that approvar who is also in the same group of the Job initiator.
    Currently all Approvers on the Approver list receive an automatic email notification where the job Approvers approve or reject the job.
    You can check this under Job Approval Workflow.
    -Thanks

  • No session per user

    hello
    our application uses UIX + BC4J (jdev 9.0.5.2)
    we are using JAZN for authentication through Oracle OID
    How can i prevent a specific OID user from loggin more than once to the application... I cannot use Oracle profiles as Oracle profile use database users. All our users have the same URL in JDBC and hence the same database user
    please help

    Hi,
    U can do that with Profile.
    Check the table dba_profiles, u'll find SESSION_PER_USER in the
    field RESOURCE_NAME.
    If u want different value for each user, make one profile by
    user.
    Bye,
    Fred DENIS

  • Enabling single session per user

    I am using the following to load the event
    java oracle.apps.fnd.wf.WFXLoad -u appluser @ppluser 10.3.4.45.+preprod.ke.dipl.com:1562:TEST thin US \ $FND_TOP/patch/115/xml/US/icxevte.wfx
    and getting the error
    Connecting to [email protected]+preprod.ke.dipl.com:1562:TEST -- UTF8
    Unable to connect to 10.3.4.45.+preprod.ke.dipl.com:1562:TEST
    appluser is the application user name, @ppluser the password, 10.3.4.45 ip (single node) preprod.ke.dipl.com the fully qualified domain name TEST the SID

    Please post the details of the application release, database version and OS.
    java oracle.apps.fnd.wf.WFXLoad -u appluser @ppluser 10.3.4.45.+preprod.ke.dipl.com:1562:TEST thin US \ $FND_TOP/patch/115/xml/US/icxevte.wfx
    and getting the error
    Connecting to [email protected]+preprod.ke.dipl.com:1562:TEST -- UTF8
    Unable to connect to 10.3.4.45.+preprod.ke.dipl.com:1562:TEST
    appluser is the application user name, @ppluser the password, 10.3.4.45 ip (single node) preprod.ke.dipl.com the fully qualified domain name TEST the SIDPlease source the application env file before running this command. Also, make sure you pass the correct SID, Database port number, database IP Address (or hostname).
    The correct syntax is:
    $ java oracle.apps.fnd.wf.WFXLoad -u apps <apps password> <host>:<port>:<SID> "thin" US $FND_TOP/patch/115/xml/US/icxevte.wfx
    Interview Notifications are not Working in Release 12.1 [ID 1065114.1]
    Thanks,
    Hussein

Maybe you are looking for

  • Hard drive not visible in finder or desktop, ghosted in disk utility

    I just reinstalled Snow Leopard to my MacBook Pro 13 inch from mavericks, and now when I try to access my time machine backup on my hard drive, it isn't showing up. It is ghosted in disk utility. I have tried restarting my computer, and have scoured

  • Cancelation of partial line items in the MBST is not opening the delivery

    Hi Gurus, We are posting the GR with 503 mvt type with ref to delivery. In this process when some of the line items have to be returned, we are posting MBST against those line items. To cancel / reverse the same in delivery using VL09, system (does n

  • What computer or capability do I need for Premier elements 11?

    I find that my Dell Studio 1555 becomes jerky or stops and starts when in the editing mode of premier elements. Its a 2Ghz, 4 GB machine. I'm not sure where the limitation exist. ie: memory, video card, the software itself? The Dell 1555 has no probl

  • Weblogic portlet reloading

    Hi, I have and image on my content server that is being displayed by my weblogic portal portlet. Whenever I check-in a new revision of that image on the content server and I reload the portlet (ctrl+r on browser) I am getting the following error: .la

  • HOW: Re-order the film clips to be in chronological order

    iMovie '11 When the clips of my cousin's New Year's Eve '10 fireworks party was uploaded to my iMovie '11, they ended up in scrambled order in the Event Library (the big window to the right of the Event Library). I realize that it is not necessary to