How to end user session stored in table when user click on logout url in oracle apex navigation bar and how to end user session when user closes browser window..
Basically I want do load balancing in oracle apex..
How to end user session stored in table when user click on logout url in oracle apex navigation bar and how to end user session when user closes browser window..
Basically I want do load balancing in oracle apex..
It is not always possible to capture the browser close/tab close event. Even though APEX has a Page Unload Dynamic action it doesn't always work as expected
To delete the session on logout you can call an Application Process that deletes the APEX session.
You can use the below code in the Application Process to delete the session.