Oracle Application Express 5: Developing Web Applications — Question 66
Where is Oracle APEX session state stored between calls from the browser?
Answer options
- A. in the browser in the form of cookies
- B. in the workspace schema
- C. in the APEX metadata schema
- D. is passed back and forth between the database and browser with each call
Correct answer: A
Explanation
The correct answer is A because Oracle APEX session state is maintained in the browser using cookies, allowing the application to track user sessions efficiently. The other options are incorrect as the workspace schema and APEX metadata schema do not store session state, and session data is not passed back and forth in the manner described in option D.