Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
ClientSessionExpireMinutes Does not Work (Obiee 12c)

Hello,
I am trying to change obiee login time. That is, when I log in analytics side, after 5 minutes the connection should be disconnected. When I searched it on the internet, I found following ClientSessionExpireMinutes parameter to change. However, it does not affect anything :S
I also restart whole server after change. Do I miss something? Pls help me.
Version: 12.2.1.3.0 (Build BIPS-20170820114118 64-bit
Here is instanceconfig.xml;
<Security>
<ClientSessionExpireMinutes>5</ClientSessionExpireMinutes>
<CheckUrlFreshness>false</CheckUrlFreshness>
<EnableSavingContentWithHTML>true</EnableSavingContentWithHTML>
</Security>
Thank You All.
Regards,
Dilek
Answers
-
If you have Lightweight SSO configured, ClientSessionExpireMinutes is ignored. You need to additionally set LogonExpireMinutes within the <Security> tag in the instanceconfig.xml file
https://support.oracle.com/epmos/faces/DocumentDisplay?id=2326019.1
0 -
Hi,
When I add it, presentation services dies and did not open. When I see the log files following error is written. Can you advice something more?
[Util Logger] Exception occurred:
Severity:5
Type:PKN3saw9ExceptionE
File:project/webutil/configreaderinstance.cpp
Line:694
Message:Invalid settings in config file: Bad config instance '/apps/Oracle/OBIEE_HOME/user_projects/domains/bi/config/fmwconfig/biconfig/OBIPS/instanceconfig.xml'!
Unknown element 'LogOnExpireMinutes'
Element 'LogOnExpireMinutes' is not valid for content model: 'All(AllowRememberPassword,ClientSessionExpireMinutes,LogonExpireMinutes,MaxTicketLifetimeMinutes,CookieDomain,CookieLifetimeMinutes,CookiePath,CookieSecure,HttpOnlyCooki
Thank You.
0 -
Could it be LogOnExpireMinutes vs LogonExpireMinutes ?
0 -
From the obips_config_base.xsd:
<!-- LogonExpireMinutes --><xs:element name="LogonExpireMinutes" type="xs:integer" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">DEPERECATED setting. Please use ClientSessionExpireMinutesinstead. If this setting is set lower than ClientSessionExpireMinutes than ClientSessionExpireMinuteswill be set to this value.</xs:documentation></xs:annotation></xs:element>
1.) Logon, not LogOn
2.) That's deprecated
0 -
I changed the parameter as: LogonExpireMinutes
But it does not work Here is my instanceconfig.xml file Security tag;
<Security>
<ClientSessionExpireMinutes>1</ClientSessionExpireMinutes>
<LogonExpireMinutes>1</LogonExpireMinutes>
<CheckUrlFreshness>false</CheckUrlFreshness>
<EnableSavingContentWithHTML>true</EnableSavingContentWithHTML>
</Security>
What I miss here? Can you help me please again?
0 -
Once more:
0 -
Hi, there is some misunderstanding. Firstly, I used ClientSessionExpireMinutes parameter. Since it does not work, I tried other options. LogonExpireMinutes parameter is one of them. If I don't use LogonExpireMinutes, still it does not work.
0 -
Hello again, I see something more. When I wait 1 minute (my configuration parameter value) and then click somewhere on analytics side, the screen says "Sign In" and logs in again automatically (Although my password is not saved on browser) But I want, it should logs out me. Is it possible on obiee?
0 -
Any answer please?
Regards,
Dilek
0