Skip to Content
0
Former Member
Jul 22, 2016 at 04:59 PM

Log out programatically

47 Views

Hi there,

Experts need some help.

PortalA is running on 7.01 and PortalB is running on 7.31.

We have a situation: SSO is setup between PortalA and PortalB. PortalB is accessed via URL ivew inside PortalA. Now userA logs into PortalA and opens PortalB. At both portals, userA session is opened. Now, userA closes PortalB window by clicking X button of browser window then logs off from PortalA. PortalA login page is shown. In the same browser window, UserB logs into PortalA and then open PortalB. In this case, PortalA shows userB session while PortalB is still showing userA session. Is there a way to skip such thing? I know MYSAPSSO2 cookie is shared but after logoff a new cookie is created and don't know why PortalB is still picking the previous session using JSESSIONID cookie.

Please let us know if you anyone has come across such situation and what was done to fix the issue?

Other questions:

Is it possible to login from one portalA to another portalB programatically?

Similar way, is it possible to logout portalB from other portalA programatically?

Thanks