Oracle Apex - Using Multiple tabs with the same session state -
i providing support existing oracle apex 4.2.5 application. 1 of pages (page 1003) contains process submits information page 1003 page items (e.g. p1003_item1) our database tables. contents of these page items associated primary key (assessment id) in database table page items submitted. of few dozen or page item variables, primary key 1 of 3 variables passed in through url. url follows:
https://[domain]/f?p=[application id]:[page number]:[session id]:select:no:1003:p1003_entity_id,p1003_assessment_id,p1003_parent_id:353767,700177,5716
we have encountered issue occurs when our users load page 1003 in multiple tabs in browser different assessment#'s. every time new page 1003 loaded in new tab, session variables previous tab overwritten. regardless of tab user submits first, variables submitted database ones last tab loaded user. i've seen few examples online of how handle similar issues other programming languages, i'd know if there apex specific solution might have overlooked can handle situation.
we'd prefer pass few variables possible in page through url. in fact, variable calculated after page loads , cannot passed in through url.
Comments
Post a Comment