Skip to Main Content

APEX

Announcement

Testing banner

APEX Session Handling - "Your session has ended" when creating second session

Jörg DJul 10 2021

Hello,
I have a question regarding the session management of APEX sessions when using built-in Authentication Schemes (excluding Custom-Authentication).
We have created a Test-Application with "Application Express Accounts" Scheme and a Submit-Button on the Start-Page.
When the user start the application and Log-in, a new APEX session is created (with reference to the cookie). Now the application is opened again in a second tab (e.g. by using a link or a bookmark) and the session id in the URL is different. APEX creates a new session with a different cookie value.
Clicking the Submit button on the first opened browser tab, after that, results in the error - message "Your session has ended" and the session is no longer usable.
Is there an integrated way to keep the other sessions alive / usable?
When using Custom Authentication this can be handled within the page sentry-function, but how can this be handled when using build-in authentication schemes like e.g. Express Accounts or Open-ID Connect.
Many thanks in advance!
Jörg

Comments
Post Details
Added on Jul 10 2021
5 comments
2,000 views