How To Setup Session Timeout in Oracle BIEE
How To Setup Session Timeout in Oracle BIEE
BI Server (Link 1)
User Browser
Link 1:
The time of connection between the OracleBI Presentation Server and OracleBI Services can be configured using the following steps: 1. Edit the file instanceconfig.xml 2. Add the following line in the block <ConnectionExpireMinutes>3</ConnectionExpireMinutes> 3. Restart services OracleBI Presentation Services Notes: 1. The value of default is 3 minutes. 2. The connection between the OracleBI Server and OracleBI Presentation Services is closed and removed. 3. This setting does not affect the connection established between the OracleBI Presentation Services and the WebBrowser, which remains intact pending an activity from the user.
Link 2:
The time of connection between the OracleBI Presentation Services and the WebBrowser can be configured using the following steps: 1. Edit the file instanceconfig.xml 2. Add the following line in the block ServerInstance) ((/) ServerInstance <ClientSessionExpireMinutes> 1440</ClientSessionExpireMinutes> 3. Restart services OracleBI Presentation Services Notes: The internal default value is 1440 minutes (24 hours). The connection between the OracleBI Presentation Services and the WebBrowser is closed and removed. This configuration forces logoff user outside the application, which should make logging into an application to work again. All information and statements in it are lost.