In IGA v15, the jsession id is getting invoked in the URL when accessing the task.
IGA v15.0
The root cause is still unknown
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