Urgent : How to create a new variable in session context
873210Jul 28 2011 — edited Jul 29 2011Hi all
I am using JDeveloper 11.1.1.2.0 and am implementing adf security using WLS
I am loging in using loginame. and I am able to retieve the login_name in VO's using adf.context.securityContext.userName
My requirement is I want to set id (number datatype) in sessioncontext as userId.
The id should be taken from the database table according to the login_name and set in sessioncontext.
I want to populate the VO's in my various pages using this userId in session,since our tables are based on Id not login_name
Please help,its an urgent requirement
Susan