Session Timeout and Logo Change Issues on OAS 2022 - Page 3 — Oracle Analytics

Oracle Analytics Cloud and Server

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

Session Timeout and Logo Change Issues on OAS 2022

Closed
417
Views
27
Comments
13»

Answers

  • Muhammad Shoaib
    Muhammad Shoaib Rank 3 - Community Apprentice

    Hi @Mallikarjuna Kuppauru-Oracle

    Complete weblogic.xml content is as below:

    <?xml version="1.0"?><weblogic-web-app xmlns="http://xmlns.oracle.com/weblogic/weblogic-web-app" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <wl-dispatch-policy>consoleWorkManager</wl-dispatch-policy>

    <security-role-assignment>
    <role-name>Admin</role-name>
    <externally-defined/>
    </security-role-assignment> <security-role-assignment>
    <role-name>Operator</role-name>
    <externally-defined/>
    </security-role-assignment> <security-role-assignment>
    <role-name>Monitor</role-name>
    <externally-defined/>
    </security-role-assignment> <security-role-assignment>
    <role-name>Deployer</role-name>
    <externally-defined/>
    </security-role-assignment> <session-descriptor>
    <timeout-secs>3600</timeout-secs>
    <invalidation-interval-secs>60</invalidation-interval-secs>
    <cookie-name>ADMINCONSOLESESSION</cookie-name>
    <cookie-path>/console/</cookie-path>
    <cookie-max-age-secs>-1</cookie-max-age-secs>
    <url-rewriting-enabled>false</url-rewriting-enabled>
    </session-descriptor> <jsp-descriptor>
    <keepgenerated>false</keepgenerated>
    <page-check-seconds>-1</page-check-seconds>
    <verbose>true</verbose>
    <debug>true</debug>
    </jsp-descriptor> <container-descriptor>
    <referer-validation>STRICT</referer-validation>
    <filter-dispatched-requests-enabled>false</filter-dispatched-requests-enabled>
    <servlet-reload-check-secs>-1</servlet-reload-check-secs>
    <prefer-application-packages>
    <package-name>org.xmlsoap.schemas.*</package-name>
    </prefer-application-packages>
    </container-descriptor> <security-permission>
    <security-permission-spec>
    grant { permission java.security.AllPermission ; } ;
    </security-permission-spec>
    </security-permission></weblogic-web-app>

  • KhaderBelgoud-Oracle
    KhaderBelgoud-Oracle Rank 4 - Community Specialist

    @Muhammad Shoaib As you are using EBS SSO, can you try "turn off" the Enable SSO option in EM ,Apply and Activate changes and restart all services including weblogic admin and managed server and check the issue

  • Muhammad Shoaib
    Muhammad Shoaib Rank 3 - Community Apprentice

    Hi @KhaderBelgoud-Oracle ,

    Yes we are using EBS SSO and As per SSO documentation we have to disable Lightweight SSO as prerequisite.

    So we cannot enable it.

  • [Deleted User]
    [Deleted User] Rank 7 - Analytics Coach

    Moderator ruling:

    The post with the attached HAR file has been deleted from this thread!

    1.) It contains private information like full URLs, IP addresses, login information etc. which is not allowed on the public forums.

    2.) The public forum is not an extension of Oracle Support and if you are already running an SR for this issue then please keep your updates in support.oracle.com. Public forum participants are not meant to solve Service Requests and Support employees can not be expected to follow an SR in the forum as well as in the official support portal.

    I am closing this thread.

  • Just adding a note:

    @Muhammad Shoaib , if you didn't already raise an SR, it's now time to do it: in a SR you can share private information because the support portal handle the security and privacy of the info you share with Oracle. Things like the HAR file can be attached to a SR being a private space between you and Oracle.

  • [Deleted User]
    [Deleted User] Rank 7 - Analytics Coach

    Thanks for the clarification, Gianni. Sensitive content with private information belongs inside of a Service Request.

This discussion has been closed.