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!

Apex22.1 - URL argument error with session state protection although set to Unrestricted

Shailesh DondaAug 1 2023

Hi,

I have one apex application settings for security like this

  1. Rejoin Sessions = Enabled for Public session

    1. Deep Linking = Enabled

That application contains one page (101) with default security settings.

There are 2 display items P101_REFERENCE and P101_APP_SESSION availalbe on that page and each having Session State Protection set to Unrestricted.

When I am trying to connect the page without passing any parameters it allow me to access.

https://apex.oracle.com/pls/apex/r/sdonda/test2/landing-page

Credentials: Test/Test@1234

When I am trying to connect the page with parameter (P101_REFERENCE) then it throws session state protection error.

https://apex.oracle.com/pls/apex/r/sdonda/test2/landing-page?p101_reference=sd

Why the parameter on that page behaves like this?

Any suggestion to remove this error and get the page correctly loaded without much changing security settings on page?

Comments
Post Details