Hi,
I have one apex application settings for security like this
-
Rejoin Sessions = Enabled for Public session
- 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?