Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Urgent : How to create a new variable in session context

873210Jul 28 2011 — edited Jul 29 2011
Hi 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
This post has been answered by 862119 on Jul 29 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 26 2011
Added on Jul 28 2011
42 comments
988 views