Good day,
Currently my solution uses a Page Parameter for RecordID to determine which record to show on a Details page. I am concerned about users editing the parameter in the URL to view records that they should not have access to.
Should I use Session variables to store the RecordID instead to prevent users from editing the URL? Or is there a way to hide the page parameters to prevent them from being edited?