Session Timeout in Oracle Fusion Applications


To change the settings for Session Time out in FA,

Login to OAM as oamadmin user
Select System Configuration -> Common Settings


Change the value of Session Lifetime and Idle Timeout as shown

No need to bounce the servers.

It will be captured from new sessions.

No comments:

How to add a datafile to a bigfile tablespace in Oracle 23ai Database.

  Syntax for Bigfile Tablespace: SQL > ALTER TABLESPACE tablespace_name ADD DATAFILE SIZE 10G AUTOEXTEND ON NEXT 1G MAXSIZE UNLIMITED; Ho...