Tuesday, January 31, 2012

JDev/ADF sample - How to Access Session Scope in ADF BC

  • Data Control and Session Scope Use Case to Control Web Browser Tabs. 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 order to implement such requirement, we need to track if application was already accessed from the same session - if yes, access id disabled. We can implement this by combination of Data Control and Session Scope usage.
    Download - SessionDataControlApp.zip

No comments: