EBS Session Management
EBS Session Management
This article talks about EBS session management and in particular, how user logins and sessions are managed using database tables APPLSYS.FND_LOGINS and ICX.ICX_SESSIONS. Specifics in this article apply to EBS R12.1.1.
Let us see what happens when a user, say OPERATIONS, brings up EBS login page, in a browser, say IE8, for the first time.
1. EBS server generates a new session, which is not yet stored in the database, and
encrypted version of the session id is passed back to the browser in a cookie with key-name JSESSIONID. HTTP response header looks something like,
read more
Posted by vaishali_iware in