Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

APEX 21.1 (Patch 5) - IR column filter (request ajax plugin) returns "Your session has ended error"

User_JYWG5Sep 30 2021 — edited Sep 30 2021

Hi all
I have an application with an Authentication Schema (Http Variable) which is working fine, even the post-authentication procedure doesn't return any error because when i log in, apex give me a correct session and i can go in any page.
However, when i try to filter to any column of any interactive report of any page, apex return this error: "Your session has ended" and doesn't apply any filter on the relative interactive report.
errore.png
If i activate debug e view it, the result is this
debug_error_master.png
It seems that the action of showing page is done correctly with the logged user ("TINIT -....") but the action of clicking on column to filter on it, that is a Ajax plugin request, is done anonymously, as if the application doesn't recognize the active session for the user: this is the detail of the Ajax plugin request with the error:
debug_error_Detail.png
Someone have any idea to resolve that error?
Thank you in advance.

Comments

Post Details

Added on Sep 30 2021
2 comments
201 views