Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

web.xml session-timeout and AM Connection Properties (Best Practices)

We are facing issues with our developed ADF Application where when multiple users are testing and they have few idle time like around 10 min or 15 min or more the UI's fields are not retained and it is giving Connection Issues as well.

We are using JDeveloper 12.2.1.3.0 .
We have web.xml session-timeout as 30 minutes.
We have the following AM Level connection properties
Initial Pool Size : 0
Maximum Pool Size: 4096
Referenced Pool Size: 10
Minimum Available Size: 5
Maximum Available Size: 25
Idle Instance Timeout(s) : 3600
Pool Polling Interval(s) : 600
Two Questions:

  1. Can anyone let us know if there are any issues with our session timeout and AM Level Connection Properties. Also if I need to consider changes to any other files like adf-config.xml etc..
  2. Can anyone provide the best practices for these.
Comments
Post Details
Added on Mar 21 2021
3 comments
301 views