Hi,
Under APEX 22.2 I would like to prevent users to open a new tab and to paste an URL of another page. In the Shared components I have set the following attributes :
Session state protection : Enabled
Page Access protection : No URL access
Page data Entry Item protection : Checksum required - Session level
Page display only Item protection : Checksum required - Session Level
Application item protection Checksum required - Session Level
However when I try to run the application (page one) I get an error message :
"This page cannot be invoked using a URL or using a GET or POST to the show procedure, it must be called using a "Branch to Page" branch type."
Best regards.