0% found this document useful (0 votes)
188 views1 page

How To Setup Session Timeout in Oracle BIEE

There are three parameters that control user session timeout in Oracle BIEE: 1) the connection between the BI server and presentation server, which can be configured to timeout after a default of 3 minutes; 2) the connection between the presentation server and user browser, which can be configured to timeout after a default of 24 hours; and 3) a login timeout setting, which can log users out after 3 hours by default if they have not selected to remember their login details.

Uploaded by

rampradeep17
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
188 views1 page

How To Setup Session Timeout in Oracle BIEE

There are three parameters that control user session timeout in Oracle BIEE: 1) the connection between the BI server and presentation server, which can be configured to timeout after a default of 3 minutes; 2) the connection between the presentation server and user browser, which can be configured to timeout after a default of 24 hours; and 3) a login timeout setting, which can log users out after 3 hours by default if they have not selected to remember their login details.

Uploaded by

rampradeep17
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

1.

How to Setup Session Timeout in Oracle BIEE


List the three parameters which affect session timeout for BIEE user. There are three types of timeout settings controls the user session:

BI Server (Link 1)

Presentation Server (Link 2)

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.

Log User Off:


Then we can set the property to force the user out of the Logoff OracleBI Presentation Services. This setting only applies to users who have not selected the option remember my ID and password. 1. Edit the file instanceconfig.xml 2. Add the following line in the block <LogOnExpireMinutes>180</LogOnExpireMinutes> 3. Restart services OracleBI Presentation Services Notes: 1. The internal default value is 180 minutes (3 hours). 2. To disable this feature using a value larger than the value of ClientSessionExpireMinutes

You might also like