How can I best hide the UserID parameter when calling a report via web.show_document?
I've looked for this in the past but not found anything concrete
This ancient whitepaper suggests doing it with an encrypted cookie with a Java Bean. So far I have not been successful in this. Our production environment is an Oracle Linux 7 host running Reports 12.2.1.3. The Forms are running 12.2.1.3 and accessed via the FSAL which I suspect is the core problem.
I don't think I can use the cgicmd.dat method betcause I need to run the reports as the user logged into Forms. Is this possible?