Symantec IGA v15 The Jsession id is getting invoked in URL
search cancel

Symantec IGA v15 The Jsession id is getting invoked in URL

book

Article ID: 432734

calendar_today

Updated On:

Products

CA Identity Manager

Issue/Introduction

In IGA v15, the jsession id is getting invoked in the URL when accessing the task. 

Environment

IGA v15.0

Cause

The root cause is still unknown

Resolution

For now, we have a workaround for this issue.

 The Application Server should set the jsessionid as session-cookie is set as true. Update the web.xml below and verify

/opt/brcm/iga/inst/idm/startup/templates/userconsl_web.xml

Update the lines below

<session-config>
      <!-- 30 minutes -->
      <session-timeout>{{ conf['session_timeout'] }}</session-timeout>
   </session-config>

with

<session-config>
      <!-- 30 minutes -->
      <session-timeout>{{ conf['session_timeout'] }}</session-timeout>

    <tracking-mode>COOKIE</tracking-mode>
   </session-config>

Restart the application server.

 

The permanent fix will be available in FixPack 5