Friday, February 28, 2014

How to Enable Session Timeout In OBIEE 10g

For this we need to make changes to instanceconfig.xml file.

Add the below entry to the file where time in minutes needs to be mentioned.

<ConnectionExpireMinutes>1</ConnectionExpireMinutes>
<ClientSessionExpireMinutes>1</ClientSessionExpireMinutes>
<LogOnExpireMinutes>1</LogOnExpireMinutes>

This needs to be added above the serverinstance tag in the instanceconfig.xml file

</ServerInstance>
</WebConfig>



No comments:

Post a Comment