SessionId On Public Page
HI,
Application Express 4.2.2.00.11, 11GR2, Oracle HTTP, RedHat 5
I have 3 regions on a public page. Each region with a field and a button, each button with a process to find some database records.
Only 1 region is visible at any given time depending if the records were found or not.
I'm loosing sessionId between button usage between region 1 and 2 and of course 3.
The session Id is set correctly on first page load of region1.
When button on region 1 is clicked and records are found or not the session id is changed to 0.
How do I keep the same session id between submission of page?
0