HI Experts,
We have integrated SAP Sourcing (its Java stack) into SAP Portal and have set up SSO.
We have noticed that on LogOff from Portal, the Sourcing session doesn't get invalidated. If I use the same browser session and login again into portal with a different user, the previous session from Sourcing still shows up.
When I open Portal in a new browser session, we don't face this issue. But I suspect, the sourcing session is still alive and I want to be able to invalidate this.
In ABAP systems, we do this to enable backend session invalidation.
Activate this on ABAP SICF - /sap/public/bc/icf/logoff
And Enable this property: " ABAP Security Sessions Enabled " set to " Yes "
What are the equivalent steps in Java Stack?
How do I logoff from Sourcing when I logoff from Portal? Your suggestions are greatly appreciated.
Thanks,
Reshma