My Oracle Apex url parameters will be overwritten by session id,
how can I prevent this behaviour?
Test ist working fine.
if I call the Apex App in Brower with 2 url parameters the session id will added to the address.
…home?reader_host_name=RBGR0174&reader_port=1
…home?reader_host_name=RBGR0174&reader_port=1&session=2988829469869
In my prod environment the url paramters will be “replaced” by the session id.
…home?reader_host_name=RBGR0174&reader_port=1
…home?session=753505822157
My App was exported from test and imported to prod (the app is equal)
test = version 23.1.4
prod = version 23.1.0