Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 43 Oracle Analytics and AI Sharing Center
- 19 Oracle Analytics and AI Lounge
- 283 Oracle Analytics and AI News
- 60 Oracle Analytics and AI Videos
- 16.3K Oracle Analytics and AI Forums
- 6.4K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 108 Oracle Analytics and AI Trainings
- 20 Oracle Analytics and AI 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
