Let's study sessions in Oracle Apex

What is apex session?

Definition

Session in apex is a logical state of persistence which lives until the user perform a logout. 
Each session has a unique identifier. Session can store item values and is commonly used to pass data between pages without lossing persistence.

Session ID

In the last paragraph I said the session has a unique ID. You can identify this ID in the URL or in the session attributes, let see:


The ID here is 6869888967516


Developer bar has a lot of options, one interesting is Session. Session option can give you information that what data is stored in your app session, for example:



Comments