Hi,
We have a requirement that for each user login on Apex, the system should create a new dedicated database session for that login. This database session should not server any other user login, not even another login from the same user.
I see that the same db session, which I query through userenv('SESSIONID') or userenv('SID') is used for several Apex users login.
Please advise how to configure Apex so that for each user's login it enforce a new database session.
I am using Application Express 20.1.0.00.13.
Thank you
Mikel