Applications Security

Tags:
administration2Remove my vote on this tag security1Add my vote for this tag create new tag

Table of Contents

Introduction

This topic is provided to address security issues in configuration and operation of the applications.

Preventing Multiple Logins

By default, any user can open multiple sessions in the Oracle Applications. Sometimes this is desirable. For example, it may be convenient for user SYSADMIN to login from multiple computers at the same time. However, some organizations believe this capability is a security threat when multiple logins are available to the average user. Since the HTTP server does not know that a user has initiated multiple sessions, an alternative way must be found to implement multiple login restrictions.

The business event oracle.apps.icx.security.session.created can be used to control multiple logins. When this business event is enabled and subscribed, it has the effect of disabling the prior session(s) as it allows the current session. Some users are surprised by this result because they expect the current login to be denied with a message about the existence of a prior session. However, because of the way HTTP works (i.e. browsers can disconnect without finishing a session and leave the server clueless that the session has ended), the only practical way to proceed is to allow the current connection and disable prior sessions.

Comments

 

Links

  • Related: XXX

This Topic Is Referenced By These Topics:
Related Links:



Was This Topic Useful to You?

Others rated this topic as shown. Please include your rating.
Choice
leftbarmainbarrightbar Somewhat Useful (1)

Collaborating Authors and Reviewers: -- JimCrum - 26 Feb 2009

Topic revision: r1 - 26 Feb 2009 - 21:24:07 - JimCrum
 
This site is powered by the TWiki collaboration platformCopyright © 2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors. Permission to copy, distribute and/or modify is granted for this document under the GNU Free Documentation License.
Ideas, requests, problems regarding WikiOraApps? Send feedback