Data Control and Session Scope Use Case to Control Web Browser Tabs

| Jan 31, 2012 08:29 +0000

Sometimes there are unique requirements, for example we want to allow access to application screens only from single browser tab. If application screen is accessed within the same session, but from another browser tab – access should be disabled. In or…

How to Access Session Scope in ADF BC

| Jan 21, 2012 03:39 +0000

Often we need to access environment variables across all layers of ADF (Model and View-Controller). Usually we store environment variables in session scope, this makes them accessible for the duration of user session. Its common practice to retrieve va…