ClientSessionExpireMinutes Does not Work (Obiee 12c) — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

ClientSessionExpireMinutes Does not Work (Obiee 12c)

Received Response
154
Views
9
Comments
dilek
dilek Rank 6 - Analytics Lead

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

  • Joel
    Joel Rank 8 - Analytics Strategist

    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

  • dilek
    dilek Rank 6 - Analytics Lead

    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.

  • Michael Verzijl
    Michael Verzijl Rank 6 - Analytics Lead

    Could it be LogOnExpireMinutes vs LogonExpireMinutes ?

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    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

  • dilek
    dilek Rank 6 - Analytics Lead

    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?

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    Once more:

    pastedImage_0.png

  • dilek
    dilek Rank 6 - Analytics Lead

    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. 

  • dilek
    dilek Rank 6 - Analytics Lead

    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?

  • dilek
    dilek Rank 6 - Analytics Lead

    Any answer please?

    Regards,

    Dilek