cancel
Showing results for 
Search instead for 
Did you mean: 

Logout not working in sapui5

Former Member
0 Kudos

Hi community,

I have an html5 application in hcp. The identity provider management the login and logout. I have an issue when the user logout two times. The first time the logout it's correct. The second time the logout it is not correct, the screen is blocking and the logout is not proceed.

The code when the user press the button logout is:

sap.m.URLHelper.redirect("logout.html", false);

The code of the page logout.html is:

<script>window.location='https://XXXXXX.dispatcher.hana.ondemand.com/?hc_reset';</script>

Without the parameter hc_reset the logout not working never.

Some idea?

Thanks in advance.

Best regards,

Rubén.

Former Member
0 Kudos

Repeat the code of the page logout.html:

window.location='https://XXXXXX.dispatcher.hana.ondemand.com/?hc_reset';

Thanks.

Accepted Solutions (0)

Answers (0)