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
Session Timeout and Logo Change Issues on OAS 2022
Answers
-
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>0 -
@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
0 -
Yes we are using EBS SSO and As per SSO documentation we have to disable Lightweight SSO as prerequisite.
So we cannot enable it.
0 -
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.
2 -
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.
2 -
Thanks for the clarification, Gianni. Sensitive content with private information belongs inside of a Service Request.
2 -
Guidelines are covered here
0